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