public class KahinaCodeLineProperty extends KahinaStepProperty
Constructor and Description |
---|
KahinaCodeLineProperty(KahinaSourceCodeLocation location) |
Modifier and Type | Method and Description |
---|---|
KahinaCodeLineProperty |
copy() |
org.w3c.dom.Element |
exportXML(org.w3c.dom.Document dom) |
KahinaSourceCodeLocation |
getCodeLocation() |
static KahinaCodeLineProperty |
importXML(org.w3c.dom.Element el) |
boolean |
matches(KahinaSourceCodeLocation otherLocation) |
exportXML
public KahinaCodeLineProperty(KahinaSourceCodeLocation location)
public KahinaCodeLineProperty copy()
copy
in class KahinaStepProperty
public org.w3c.dom.Element exportXML(org.w3c.dom.Document dom)
exportXML
in class KahinaStepProperty
public static KahinaCodeLineProperty importXML(org.w3c.dom.Element el)
public boolean matches(KahinaSourceCodeLocation otherLocation)
public KahinaSourceCodeLocation getCodeLocation()