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) |
exportXMLpublic KahinaCodeLineProperty(KahinaSourceCodeLocation location)
public KahinaCodeLineProperty copy()
copy in class KahinaStepPropertypublic org.w3c.dom.Element exportXML(org.w3c.dom.Document dom)
exportXML in class KahinaStepPropertypublic static KahinaCodeLineProperty importXML(org.w3c.dom.Element el)
public boolean matches(KahinaSourceCodeLocation otherLocation)
public KahinaSourceCodeLocation getCodeLocation()