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