public class GrammarASTErrorNode extends GrammarAST
childIndex, parent, startIndex, stopIndex, token
atnState, g, textOverride
Constructor | Description |
---|---|
GrammarASTErrorNode(org.antlr.runtime.TokenStream input,
org.antlr.runtime.Token start,
org.antlr.runtime.Token stop,
org.antlr.runtime.RecognitionException e) |
Modifier and Type | Method | Description |
---|---|---|
String |
getText() |
|
int |
getType() |
|
boolean |
isNil() |
|
String |
toString() |
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
getCharPositionInLine, getChildIndex, getLine, getParent, getToken, getTokenStartIndex, getTokenStopIndex, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries
deleteChild, dupNode, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS, getNodesWithTypePreorderDFS_, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenString, visit
public GrammarASTErrorNode(org.antlr.runtime.TokenStream input, org.antlr.runtime.Token start, org.antlr.runtime.Token stop, org.antlr.runtime.RecognitionException e)
public boolean isNil()
isNil
in class org.antlr.runtime.tree.CommonTree
public int getType()
getType
in class org.antlr.runtime.tree.CommonTree
public String getText()
getText
in class org.antlr.runtime.tree.CommonTree
public String toString()
toString
in class org.antlr.runtime.tree.CommonTree
Copyright © 1992–2019 ANTLR. All rights reserved.