public class ParseTreeToken extends ParseTree
Constructor and Description |
---|
ParseTreeToken(Token token) |
Modifier and Type | Method and Description |
---|---|
protected int |
getLeftmostDerivation(StringBuffer buf,
int step)
Get derivation and return how many you did (less than requested for
subtree roots.
|
String |
toString() |
getLeftmostDerivation, getLeftmostDerivationStep, initialize, initialize, initialize
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
protected Token token
public ParseTreeToken(Token token)
protected int getLeftmostDerivation(StringBuffer buf, int step)
ParseTree
getLeftmostDerivation
in class ParseTree