antlr
Class TokenSymbol
java.lang.Object
|
+--antlr.GrammarSymbol
|
+--antlr.TokenSymbol
- Direct Known Subclasses:
- StringLiteralSymbol
- class TokenSymbol
- extends GrammarSymbol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ttype
protected int ttype
paraphrase
protected String paraphrase
- describes what token matches in "human terms"
ASTNodeType
protected String ASTNodeType
- Set to a value in the tokens {...} section
id
protected String id
TokenSymbol
public TokenSymbol(String r)
getASTNodeType
public String getASTNodeType()
setASTNodeType
public void setASTNodeType(String type)
getParaphrase
public String getParaphrase()
getTokenType
public int getTokenType()
setParaphrase
public void setParaphrase(String p)
setTokenType
public void setTokenType(int t)
getId
public String getId()
setId
public void setId(String s)
comments?