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, initializeaddChild, 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, xmlSerializeRootOpenprotected Token token
public ParseTreeToken(Token token)
protected int getLeftmostDerivation(StringBuffer buf, int step)
ParseTreegetLeftmostDerivation in class ParseTreeCopyright © 2017–2019 Eclipse Foundation. All rights reserved.