class TokenSymbol extends GrammarSymbol
Modifier and Type | Field and Description |
---|---|
protected String |
ASTNodeType
Set to a value in the tokens {...} section
|
protected String |
paraphrase
describes what token matches in "human terms"
|
protected int |
ttype |
id
Constructor and Description |
---|
TokenSymbol(String r) |
Modifier and Type | Method and Description |
---|---|
String |
getASTNodeType() |
String |
getParaphrase() |
int |
getTokenType() |
void |
setASTNodeType(String type) |
void |
setParaphrase(String p) |
void |
setTokenType(int t) |
getId, setId