Package antlr.preprocessor
Interface PreprocessorTokenTypes
-
- All Known Implementing Classes:
Preprocessor
,PreprocessorLexer
public interface PreprocessorTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION
static int
ALT
static int
ARG_ACTION
static int
ASSIGN_RHS
static int
BANG
static int
CHAR_LITERAL
static int
COMMA
static int
COMMENT
static int
CURLY_BLOCK_SCARF
static int
DIGIT
static int
ELEMENT
static int
EOF
static int
ESC
static int
HEADER_ACTION
static int
ID
static int
ID_OR_KEYWORD
static int
LITERAL_catch
static int
LITERAL_class
static int
LITERAL_exception
static int
LITERAL_extends
static int
LITERAL_private
static int
LITERAL_protected
static int
LITERAL_public
static int
LITERAL_returns
static int
LITERAL_throws
static int
LITERAL_tokens
static int
LPAREN
static int
ML_COMMENT
static int
NEWLINE
static int
NULL_TREE_LOOKAHEAD
static int
OPTIONS_START
static int
RCURLY
static int
RPAREN
static int
RULE_BLOCK
static int
SEMI
static int
SL_COMMENT
static int
STRING_LITERAL
static int
SUBRULE_BLOCK
static int
TOKENS_SPEC
static int
WS
static int
XDIGIT
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
LITERAL_tokens
static final int LITERAL_tokens
- See Also:
- Constant Field Values
-
HEADER_ACTION
static final int HEADER_ACTION
- See Also:
- Constant Field Values
-
SUBRULE_BLOCK
static final int SUBRULE_BLOCK
- See Also:
- Constant Field Values
-
ACTION
static final int ACTION
- See Also:
- Constant Field Values
-
LITERAL_class
static final int LITERAL_class
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
LITERAL_extends
static final int LITERAL_extends
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
TOKENS_SPEC
static final int TOKENS_SPEC
- See Also:
- Constant Field Values
-
OPTIONS_START
static final int OPTIONS_START
- See Also:
- Constant Field Values
-
ASSIGN_RHS
static final int ASSIGN_RHS
- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
-
LITERAL_protected
static final int LITERAL_protected
- See Also:
- Constant Field Values
-
LITERAL_private
static final int LITERAL_private
- See Also:
- Constant Field Values
-
LITERAL_public
static final int LITERAL_public
- See Also:
- Constant Field Values
-
BANG
static final int BANG
- See Also:
- Constant Field Values
-
ARG_ACTION
static final int ARG_ACTION
- See Also:
- Constant Field Values
-
LITERAL_returns
static final int LITERAL_returns
- See Also:
- Constant Field Values
-
RULE_BLOCK
static final int RULE_BLOCK
- See Also:
- Constant Field Values
-
LITERAL_throws
static final int LITERAL_throws
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
LITERAL_exception
static final int LITERAL_exception
- See Also:
- Constant Field Values
-
LITERAL_catch
static final int LITERAL_catch
- See Also:
- Constant Field Values
-
ALT
static final int ALT
- See Also:
- Constant Field Values
-
ELEMENT
static final int ELEMENT
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
ID_OR_KEYWORD
static final int ID_OR_KEYWORD
- See Also:
- Constant Field Values
-
CURLY_BLOCK_SCARF
static final int CURLY_BLOCK_SCARF
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
-
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
-
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
-
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
XDIGIT
static final int XDIGIT
- See Also:
- Constant Field Values
-
-