antlr.preprocessor
public interface PreprocessorTokenTypes
Field Summary | |
---|---|
int | ACTION |
int | ALT |
int | ARG_ACTION |
int | ASSIGN_RHS |
int | BANG |
int | CHAR_LITERAL |
int | COMMA |
int | COMMENT |
int | CURLY_BLOCK_SCARF |
int | DIGIT |
int | ELEMENT |
int | EOF |
int | ESC |
int | HEADER_ACTION |
int | ID |
int | ID_OR_KEYWORD |
int | LITERAL_catch |
int | LITERAL_class |
int | LITERAL_exception |
int | LITERAL_extends |
int | LITERAL_private |
int | LITERAL_protected |
int | LITERAL_public |
int | LITERAL_returns |
int | LITERAL_throws |
int | LITERAL_tokens |
int | LPAREN |
int | ML_COMMENT |
int | NEWLINE |
int | NULL_TREE_LOOKAHEAD |
int | OPTIONS_START |
int | RCURLY |
int | RPAREN |
int | RULE_BLOCK |
int | SEMI |
int | SL_COMMENT |
int | STRING_LITERAL |
int | SUBRULE_BLOCK |
int | TOKENS_SPEC |
int | WS |
int | XDIGIT |