RuleElementASTPredASTpublic class ActionAST extends GrammarASTWithOptions implements RuleElementAST
| Modifier and Type | Field | Description |
|---|---|---|
List<org.antlr.runtime.Token> |
chunks |
|
AttributeResolver |
resolver |
childIndex, parent, startIndex, stopIndex, tokenatnState, g, textOverrideoptions| Constructor | Description |
|---|---|
ActionAST(int type) |
|
ActionAST(int type,
org.antlr.runtime.Token t) |
|
ActionAST(org.antlr.runtime.Token t) |
|
ActionAST(ActionAST node) |
| Modifier and Type | Method | Description |
|---|---|---|
ActionAST |
dupNode() |
|
Object |
visit(GrammarASTVisitor v) |
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreegetCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringdeleteChild, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS, getNodesWithTypePreorderDFS_, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenStringgetNumberOfOptions, getOptionAST, getOptions, getOptionString, setOptionpublic AttributeResolver resolver
public List<org.antlr.runtime.Token> chunks
public ActionAST(ActionAST node)
public ActionAST(org.antlr.runtime.Token t)
public ActionAST(int type)
public ActionAST(int type,
org.antlr.runtime.Token t)
public ActionAST dupNode()
dupNode in class GrammarASTWithOptionspublic Object visit(GrammarASTVisitor v)
visit in class GrammarASTCopyright © 1992–2019 ANTLR. All rights reserved.