java.lang.Objectantlr.BaseAST
antlr.ParseTree
antlr.ParseTreeToken
Constructor Summary | |
ParseTreeToken(Token token)
|
Method Summary | |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParseTreeToken(Token token)
Method Detail |
public java.lang.String toString()
toString
in interface AST
toString
in class BaseAST