Package antlr
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 antlr.ParseTree
getLeftmostDerivation, getLeftmostDerivationStep, initialize, initialize, initialize
Methods inherited from class antlr.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