org.kahina.core.data.text
Class KahinaLineReference
java.lang.Object
org.kahina.core.data.KahinaObject
org.kahina.core.data.text.KahinaLineReference
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LogicProgrammingLineReference
public class KahinaLineReference
- extends KahinaObject
- See Also:
- Serialized Form
text
public KahinaTextModel text
line
public int line
step
public int step
KahinaLineReference
public KahinaLineReference()
KahinaLineReference
public KahinaLineReference(int line,
int step)
KahinaLineReference
public KahinaLineReference(KahinaTextModel text,
int line,
int step)
toString
public String toString()
- Overrides:
toString in class Object
getStepID
public int getStepID()
getText
public KahinaTextModel getText()
getLine
public int getLine()