Class ParseTreeToken
java.lang.Object
antlr.BaseAST
antlr.ParseTree
antlr.ParseTreeToken
- All Implemented Interfaces:
AST, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
getLeftmostDerivation
(StringBuffer buf, int step) Get derivation and return how many you did (less than requested for subtree roots.toString()
Methods inherited from class ParseTree
getLeftmostDerivation, getLeftmostDerivationStep, initialize, initialize, initialize
Methods inherited from class BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getText, getTokenNames, getType, removeChildren, setFirstChild, setNextSibling, setText, setType, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
-
Field Details
-
token
-
-
Constructor Details
-
ParseTreeToken
-
-
Method Details
-
getLeftmostDerivation
Description copied from class:ParseTree
Get derivation and return how many you did (less than requested for subtree roots.- Specified by:
getLeftmostDerivation
in classParseTree
-
toString
-