public class PredAST extends ActionAST
options
atnState, g, textOverride
Constructor and Description |
---|
PredAST(int type) |
PredAST(int type,
org.antlr.runtime.Token t) |
PredAST(PredAST node) |
PredAST(org.antlr.runtime.Token t) |
Modifier and Type | Method and Description |
---|---|
PredAST |
dupNode() |
Object |
visit(GrammarASTVisitor v) |
getNumberOfOptions, getOptionAST, getOptions, getOptionString, setOption
deleteChild, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS_, getNodesWithTypePreorderDFS, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenString
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
public PredAST(PredAST node)
public PredAST(org.antlr.runtime.Token t)
public PredAST(int type)
public PredAST(int type, org.antlr.runtime.Token t)
Copyright © 1992–2020 ANTLR. All rights reserved.