antlr
public interface ANTLRTokenTypes
| Field Summary | |
|---|---|
| int | ACTION |
| int | ARG_ACTION |
| int | ASSIGN |
| int | BANG |
| int | CARET |
| int | CHAR_LITERAL |
| int | CLOSE_ELEMENT_OPTION |
| int | COLON |
| int | COMMA |
| int | COMMENT |
| int | DIGIT |
| int | DOC_COMMENT |
| int | EOF |
| int | ESC |
| int | IMPLIES |
| int | INT |
| int | INTERNAL_RULE_REF |
| int | LITERAL_catch |
| int | LITERAL_charVocabulary |
| int | LITERAL_class |
| int | LITERAL_exception |
| int | LITERAL_extends |
| int | LITERAL_header |
| int | LITERAL_lexclass |
| int | LITERAL_Lexer |
| int | LITERAL_options |
| int | LITERAL_private |
| int | LITERAL_protected |
| int | LITERAL_public |
| int | LITERAL_Parser |
| int | LITERAL_returns |
| int | LITERAL_throws |
| int | LITERAL_tokens |
| int | LITERAL_TreeParser |
| int | LPAREN |
| int | ML_COMMENT |
| int | NESTED_ACTION |
| int | NESTED_ARG_ACTION |
| int | NOT_OP |
| int | NULL_TREE_LOOKAHEAD |
| int | OPEN_ELEMENT_OPTION |
| int | OPTIONS |
| int | OR |
| int | PLUS |
| int | QUESTION |
| int | RANGE |
| int | RCURLY |
| int | RPAREN |
| int | RULE_REF |
| int | SEMI |
| int | SEMPRED |
| int | SL_COMMENT |
| int | STAR |
| int | STRING_LITERAL |
| int | TOKENS |
| int | TOKEN_REF |
| int | TREE_BEGIN |
| int | WILDCARD |
| int | WS |
| int | WS_LOOP |
| int | WS_OPT |
| int | XDIGIT |