public class RuleAST extends GrammarASTWithOptions
optionsatnState, g, textOverride| Modifier and Type | Method and Description |
|---|---|
RuleAST |
dupNode()
|
ActionAST |
getLexerAction()
|
String |
getRuleName()
|
boolean |
isLexerRule()
|
Object |
visit(GrammarASTVisitor
|
getNumberOfOptions, getOptionAST, getOptions, getOptionString, setOptiondeleteChild, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS_, getNodesWithTypePreorderDFS, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenStringpublic RuleAST(RuleASTnode)
public RuleAST(Token t)
public boolean isLexerRule()
public StringgetRuleName()
public RuleASTdupNode()
public ActionASTgetLexerAction()
public Objectvisit(GrammarASTVisitor v)