|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.BaseAST
antlr.ParseTree
antlr.ParseTreeToken
public class ParseTreeToken
Field Summary | |
---|---|
protected Token |
token
|
Fields inherited from class antlr.BaseAST |
---|
down, right |
Constructor Summary | |
---|---|
ParseTreeToken(Token token)
|
Method Summary | |
---|---|
protected int |
getLeftmostDerivation(java.lang.StringBuffer buf,
int step)
Get derivation and return how many you did (less than requested for subtree roots. |
java.lang.String |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Token token
Constructor Detail |
---|
public ParseTreeToken(Token token)
Method Detail |
---|
protected int getLeftmostDerivation(java.lang.StringBuffer buf, int step)
ParseTree
getLeftmostDerivation
in class ParseTree
public java.lang.String toString()
toString
in interface AST
toString
in class BaseAST
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |