Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
ParseTreeToken
antlr
Class ParseTreeToken
java.lang.Object
antlr.BaseAST
antlr.ParseTree
antlr.ParseTreeToken
- All Implemented Interfaces:
- AST, java.io.Serializable
- public class ParseTreeToken
- extends ParseTree
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
toString()
|
| 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 |
ParseTreeToken
public ParseTreeToken(Token token)
toString
public java.lang.String toString()
- Specified by:
toString in interface AST- Overrides:
toString in class BaseAST
|