public class GrammarASTErrorNode extends GrammarAST
childIndex, parent, startIndex, stopIndex, tokenatnState, 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, toStringTreegetCharPositionInLine, getChildIndex, getLine, getParent, getToken, getTokenStartIndex, getTokenStopIndex, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundariesdeleteChild, dupNode, dupTree, getAllChildrenWithType, getAltLabel, getChildrenAsArray, getFirstDescendantWithType, getFirstDescendantWithType, getNodesWithType, getNodesWithType, getNodesWithTypePreorderDFS, getNodesWithTypePreorderDFS_, getNodeWithTokenIndex, getOutermostAltNode, setText, setType, toTokenString, visitpublic 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.CommonTreepublic int getType()
getType in class org.antlr.runtime.tree.CommonTreepublic String getText()
getText in class org.antlr.runtime.tree.CommonTreepublic String toString()
toString in class org.antlr.runtime.tree.CommonTreeCopyright © 1992–2019 ANTLR. All rights reserved.