Public Member Functions | Protected Attributes

antlr.TokenSymbol Class Reference

Inheritance diagram for antlr.TokenSymbol:
antlr.GrammarSymbol antlr.StringLiteralSymbol

List of all members.

Public Member Functions

 TokenSymbol (String r)
String getASTNodeType ()
void setASTNodeType (String type)
String getParaphrase ()
int getTokenType ()
void setParaphrase (String p)
void setTokenType (int t)

Protected Attributes

int ttype
String paraphrase = null
String ASTNodeType

Constructor & Destructor Documentation

antlr.TokenSymbol.TokenSymbol ( String  r  ) 

Member Function Documentation

void antlr.TokenSymbol.setASTNodeType ( String  type  ) 
void antlr.TokenSymbol.setParaphrase ( String  p  ) 

Member Data Documentation

String antlr.TokenSymbol.ASTNodeType [protected]

Set to a value in the tokens {...} section

Referenced by antlr.TokenSymbol.getASTNodeType(), and antlr.TokenSymbol.setASTNodeType().

String antlr.TokenSymbol.paraphrase = null [protected]

describes what token matches in "human terms"

Referenced by antlr.TokenSymbol.getParaphrase(), and antlr.TokenSymbol.setParaphrase().


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