antlr
Class ParseTreeToken
- AST, Serializable
public class ParseTreeToken
protected int | getLeftmostDerivation(StringBuffer buf, int step) - Get derivation and return how many you did (less than requested for
subtree roots.
|
String | toString()
|
addChild , decode , encode , equals , equalsList , equalsListPartial , equalsTree , equalsTreePartial , findAll , findAllPartial , getColumn , getFirstChild , getLine , getNextSibling , getNumberOfChildren , getText , getTokenNames , getType , initialize , initialize , initialize , removeChildren , setFirstChild , setNextSibling , setText , setType , setVerboseStringConversion , toString , toStringList , toStringTree , xmlSerialize , xmlSerializeNode , xmlSerializeRootClose , xmlSerializeRootOpen |
token
protected Token token
ParseTreeToken
public ParseTreeToken(Token token)
getLeftmostDerivation
protected int getLeftmostDerivation(StringBuffer buf,
int step)
Get derivation and return how many you did (less than requested for
subtree roots.
- getLeftmostDerivation in interface ParseTree