Public Member Functions | Protected Member Functions | Protected Attributes

antlr.ParseTreeToken Class Reference

Inheritance diagram for antlr.ParseTreeToken:
antlr.ParseTree antlr.BaseAST antlr.collections.AST

List of all members.

Public Member Functions

 ParseTreeToken (Token token)
String toString ()

Protected Member Functions

int getLeftmostDerivation (StringBuffer buf, int step)

Protected Attributes

Token token

Constructor & Destructor Documentation

antlr.ParseTreeToken.ParseTreeToken ( Token  token  ) 

Member Function Documentation

int antlr.ParseTreeToken.getLeftmostDerivation ( StringBuffer  buf,
int  step 
) [protected, virtual]

Get derivation and return how many you did (less than requested for subtree roots.

Implements antlr.ParseTree.

References antlr.ParseTreeToken.toString().

String antlr.ParseTreeToken.toString (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties