public abstract class AstNode extends java.lang.Object
protected int
endpos
startpos
AstNode(int startPos, int endPos)
java.lang.String
format(int currentIndent)
int
getEndPos()
getStartPos()
stringify()
abstract java.lang.String
stringify(boolean includePositionInfo)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int startpos
protected int endpos
public AstNode(int startPos, int endPos)
public int getStartPos()
public int getEndPos()
public abstract java.lang.String stringify(boolean includePositionInfo)
public java.lang.String stringify()
public java.lang.String format(int currentIndent)