| |
|
| java.lang.Object antlr.ASTNULLType
ASTNULLType | public class ASTNULLType implements AST(Code) | | There is only one instance of this class *
|
equalsList | public boolean equalsList(AST t)(Code) | | |
equalsListPartial | public boolean equalsListPartial(AST t)(Code) | | |
equalsTree | public boolean equalsTree(AST t)(Code) | | |
equalsTreePartial | public boolean equalsTreePartial(AST t)(Code) | | |
getColumn | public int getColumn()(Code) | | |
getFirstChild | public AST getFirstChild()(Code) | | |
getLine | public int getLine()(Code) | | |
getNextSibling | public AST getNextSibling()(Code) | | |
getNumberOfChildren | public int getNumberOfChildren()(Code) | | |
getType | public int getType()(Code) | | |
initialize | public void initialize(AST t)(Code) | | |
setFirstChild | public void setFirstChild(AST c)(Code) | | |
setNextSibling | public void setNextSibling(AST n)(Code) | | |
setType | public void setType(int ttype)(Code) | | |
|
|
|