public class RuleAST extends GrammarASTWithOptions
optionsatnState, g, textOverride| Constructor and Description |
|---|
RuleAST(int type) |
RuleAST(RuleAST node) |
RuleAST(org.antlr.runtime.Token t) |
| Modifier and Type | Method and Description |
|---|---|
RuleAST |
dupNode() |
ActionAST |
getLexerAction() |
java.lang.String |
getRuleName() |
boolean |
isLexerRule() |
java.lang.Object |
visit(GrammarASTVisitor v) |
getNumberOfOptions, getOptionAST, getOptions, getOptionString, setOptiondeleteChild, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS_, getNodesWithTypePreorderDFS, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenStringgetCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic RuleAST(RuleAST node)
public RuleAST(org.antlr.runtime.Token t)
public RuleAST(int type)
public boolean isLexerRule()
public java.lang.String getRuleName()
public RuleAST dupNode()
dupNode in interface org.antlr.runtime.tree.TreedupNode in class GrammarASTWithOptionspublic ActionAST getLexerAction()
public java.lang.Object visit(GrammarASTVisitor v)
visit in class GrammarAST