Package antlr.preprocessor
Interface PreprocessorTokenTypes
-
- All Known Implementing Classes:
Preprocessor,PreprocessorLexer
public interface PreprocessorTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONstatic intALTstatic intARG_ACTIONstatic intASSIGN_RHSstatic intBANGstatic intCHAR_LITERALstatic intCOMMAstatic intCOMMENTstatic intCURLY_BLOCK_SCARFstatic intDIGITstatic intELEMENTstatic intEOFstatic intESCstatic intHEADER_ACTIONstatic intIDstatic intID_OR_KEYWORDstatic intLITERAL_catchstatic intLITERAL_classstatic intLITERAL_exceptionstatic intLITERAL_extendsstatic intLITERAL_privatestatic intLITERAL_protectedstatic intLITERAL_publicstatic intLITERAL_returnsstatic intLITERAL_throwsstatic intLITERAL_tokensstatic intLPARENstatic intML_COMMENTstatic intNEWLINEstatic intNULL_TREE_LOOKAHEADstatic intOPTIONS_STARTstatic intRCURLYstatic intRPARENstatic intRULE_BLOCKstatic intSEMIstatic intSL_COMMENTstatic intSTRING_LITERALstatic intSUBRULE_BLOCKstatic intTOKENS_SPECstatic intWSstatic intXDIGIT
-
-
-
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
-
-