Package astra.core
Class AbstractElement
java.lang.Object
astra.core.AbstractElement
- Direct Known Subclasses:
AbstractStatement,Rule
public abstract class AbstractElement extends Object
-
Constructor Summary
Constructors Constructor Description AbstractElement() -
Method Summary
Modifier and Type Method Description intbeginLine()intendLine()StringgetASTRAClass()booleanisLinkedToSource()voidsetLocation(String clazz, int beginLine, int beginColumn, int endLine, int endColumn)
-
Constructor Details
-
AbstractElement
public AbstractElement()
-
-
Method Details
-
setLocation
-
beginLine
public int beginLine() -
endLine
public int endLine() -
getASTRAClass
-
isLinkedToSource
public boolean isLinkedToSource()
-