Package org.antlr.v4.tool.ast
Class RuleRefAST
- java.lang.Object
-
- org.antlr.runtime.tree.BaseTree
-
- org.antlr.runtime.tree.CommonTree
-
- org.antlr.v4.tool.ast.GrammarAST
-
- org.antlr.v4.tool.ast.GrammarASTWithOptions
-
- org.antlr.v4.tool.ast.RuleRefAST
-
- All Implemented Interfaces:
org.antlr.runtime.tree.Tree
,RuleElementAST
public class RuleRefAST extends GrammarASTWithOptions implements RuleElementAST
-
-
Field Summary
-
Fields inherited from class org.antlr.v4.tool.ast.GrammarASTWithOptions
options
-
Fields inherited from class org.antlr.v4.tool.ast.GrammarAST
atnState, g, textOverride
-
-
Constructor Summary
Constructors Constructor Description RuleRefAST(int type)
RuleRefAST(int type, org.antlr.runtime.Token t)
RuleRefAST(org.antlr.runtime.Token t)
RuleRefAST(RuleRefAST node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleRefAST
dupNode()
Dup token too since we overwrite during LR rule transformObject
visit(GrammarASTVisitor v)
-
Methods inherited from class org.antlr.v4.tool.ast.GrammarASTWithOptions
getNumberOfOptions, getOptionAST, getOptions, getOptionString, setOption
-
Methods inherited from class org.antlr.v4.tool.ast.GrammarAST
deleteChild, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS, getNodesWithTypePreorderDFS_, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenString
-
Methods inherited from class org.antlr.runtime.tree.CommonTree
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString
-
Methods inherited from class org.antlr.runtime.tree.BaseTree
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
-
-
-
-
Constructor Detail
-
RuleRefAST
public RuleRefAST(RuleRefAST node)
-
RuleRefAST
public RuleRefAST(org.antlr.runtime.Token t)
-
RuleRefAST
public RuleRefAST(int type)
-
RuleRefAST
public RuleRefAST(int type, org.antlr.runtime.Token t)
-
-
Method Detail
-
dupNode
public RuleRefAST dupNode()
Dup token too since we overwrite during LR rule transform- Specified by:
dupNode
in interfaceorg.antlr.runtime.tree.Tree
- Specified by:
dupNode
in classGrammarASTWithOptions
-
visit
public Object visit(GrammarASTVisitor v)
- Overrides:
visit
in classGrammarAST
-
-