Package org.antlr.grammar.v2
Interface TreeToNFAConverterTokenTypes
-
- All Known Implementing Classes:
TreeToNFAConverter
public interface TreeToNFAConverterTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONstatic intACTION_CHAR_LITERALstatic intACTION_ESCstatic intACTION_STRING_LITERALstatic intALTstatic intAMPERSANDstatic intARGstatic intARG_ACTIONstatic intARGLISTstatic intASSIGNstatic intBACKTRACK_SEMPREDstatic intBANGstatic intBLOCKstatic intCHAR_LITERALstatic intCHAR_RANGEstatic intCLOSE_ELEMENT_OPTIONstatic intCLOSUREstatic intCOLONstatic intCOMBINED_GRAMMARstatic intCOMMAstatic intCOMMENTstatic intDIGITstatic intDOC_COMMENTstatic intDOLLARstatic intDOTstatic intDOUBLE_ANGLE_STRING_LITERALstatic intDOUBLE_QUOTE_STRING_LITERALstatic intEOAstatic intEOBstatic intEOFstatic intEORstatic intEPSILONstatic intESCstatic intETCstatic intFORCED_ACTIONstatic intFRAGMENTstatic intGATED_SEMPREDstatic intIDstatic intIMPLIESstatic intIMPORTstatic intINITACTIONstatic intINTstatic intINTERNAL_RULE_REFstatic intLABELstatic intLEXERstatic intLEXER_GRAMMARstatic intLITERAL_catchstatic intLITERAL_finallystatic intLITERAL_grammarstatic intLITERAL_lexerstatic intLITERAL_privatestatic intLITERAL_protectedstatic intLITERAL_publicstatic intLITERAL_returnsstatic intLITERAL_throwsstatic intLITERAL_treestatic intLPARENstatic intML_COMMENTstatic intNESTED_ACTIONstatic intNESTED_ARG_ACTIONstatic intNOTstatic intNULL_TREE_LOOKAHEADstatic intOPEN_ELEMENT_OPTIONstatic intOPTIONALstatic intOPTIONSstatic intORstatic intPARSERstatic intPARSER_GRAMMARstatic intPLUSstatic intPLUS_ASSIGNstatic intPOSITIVE_CLOSUREstatic intQUESTIONstatic intRANGEstatic intRCURLYstatic intRETstatic intREWRITEstatic intROOTstatic intRPARENstatic intRULEstatic intRULE_REFstatic intSCOPEstatic intSEMIstatic intSEMPREDstatic intSL_COMMENTstatic intSRCstatic intSTARstatic intSTRAY_BRACKETstatic intSTRING_LITERALstatic intSYN_SEMPREDstatic intSYNPREDstatic intTEMPLATEstatic intTOKEN_REFstatic intTOKENSstatic intTREE_BEGINstatic intTREE_GRAMMARstatic intWILDCARDstatic intWSstatic intWS_LOOPstatic intWS_OPTstatic 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
-
OPTIONS
static final int OPTIONS
- See Also:
- Constant Field Values
-
TOKENS
static final int TOKENS
- See Also:
- Constant Field Values
-
PARSER
static final int PARSER
- See Also:
- Constant Field Values
-
LEXER
static final int LEXER
- See Also:
- Constant Field Values
-
RULE
static final int RULE
- See Also:
- Constant Field Values
-
BLOCK
static final int BLOCK
- See Also:
- Constant Field Values
-
OPTIONAL
static final int OPTIONAL
- See Also:
- Constant Field Values
-
CLOSURE
static final int CLOSURE
- See Also:
- Constant Field Values
-
POSITIVE_CLOSURE
static final int POSITIVE_CLOSURE
- See Also:
- Constant Field Values
-
SYNPRED
static final int SYNPRED
- See Also:
- Constant Field Values
-
RANGE
static final int RANGE
- See Also:
- Constant Field Values
-
CHAR_RANGE
static final int CHAR_RANGE
- See Also:
- Constant Field Values
-
EPSILON
static final int EPSILON
- See Also:
- Constant Field Values
-
ALT
static final int ALT
- See Also:
- Constant Field Values
-
EOR
static final int EOR
- See Also:
- Constant Field Values
-
EOB
static final int EOB
- See Also:
- Constant Field Values
-
EOA
static final int EOA
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
ARG
static final int ARG
- See Also:
- Constant Field Values
-
ARGLIST
static final int ARGLIST
- See Also:
- Constant Field Values
-
RET
static final int RET
- See Also:
- Constant Field Values
-
LEXER_GRAMMAR
static final int LEXER_GRAMMAR
- See Also:
- Constant Field Values
-
PARSER_GRAMMAR
static final int PARSER_GRAMMAR
- See Also:
- Constant Field Values
-
TREE_GRAMMAR
static final int TREE_GRAMMAR
- See Also:
- Constant Field Values
-
COMBINED_GRAMMAR
static final int COMBINED_GRAMMAR
- See Also:
- Constant Field Values
-
INITACTION
static final int INITACTION
- See Also:
- Constant Field Values
-
FORCED_ACTION
static final int FORCED_ACTION
- See Also:
- Constant Field Values
-
LABEL
static final int LABEL
- See Also:
- Constant Field Values
-
TEMPLATE
static final int TEMPLATE
- See Also:
- Constant Field Values
-
SCOPE
static final int SCOPE
- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
- See Also:
- Constant Field Values
-
GATED_SEMPRED
static final int GATED_SEMPRED
- See Also:
- Constant Field Values
-
SYN_SEMPRED
static final int SYN_SEMPRED
- See Also:
- Constant Field Values
-
BACKTRACK_SEMPRED
static final int BACKTRACK_SEMPRED
- See Also:
- Constant Field Values
-
FRAGMENT
static final int FRAGMENT
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
ACTION
static final int ACTION
- See Also:
- Constant Field Values
-
DOC_COMMENT
static final int DOC_COMMENT
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
LITERAL_lexer
static final int LITERAL_lexer
- See Also:
- Constant Field Values
-
LITERAL_tree
static final int LITERAL_tree
- See Also:
- Constant Field Values
-
LITERAL_grammar
static final int LITERAL_grammar
- See Also:
- Constant Field Values
-
AMPERSAND
static final int AMPERSAND
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
TOKEN_REF
static final int TOKEN_REF
- See Also:
- Constant Field Values
-
LITERAL_protected
static final int LITERAL_protected
- See Also:
- Constant Field Values
-
LITERAL_public
static final int LITERAL_public
- See Also:
- Constant Field Values
-
LITERAL_private
static final int LITERAL_private
- 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
-
LITERAL_throws
static final int LITERAL_throws
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
LITERAL_catch
static final int LITERAL_catch
- See Also:
- Constant Field Values
-
LITERAL_finally
static final int LITERAL_finally
- See Also:
- Constant Field Values
-
PLUS_ASSIGN
static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
-
SEMPRED
static final int SEMPRED
- See Also:
- Constant Field Values
-
IMPLIES
static final int IMPLIES
- See Also:
- Constant Field Values
-
ROOT
static final int ROOT
- See Also:
- Constant Field Values
-
WILDCARD
static final int WILDCARD
- See Also:
- Constant Field Values
-
RULE_REF
static final int RULE_REF
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
TREE_BEGIN
static final int TREE_BEGIN
- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
OPEN_ELEMENT_OPTION
static final int OPEN_ELEMENT_OPTION
- See Also:
- Constant Field Values
-
CLOSE_ELEMENT_OPTION
static final int CLOSE_ELEMENT_OPTION
- See Also:
- Constant Field Values
-
REWRITE
static final int REWRITE
- See Also:
- Constant Field Values
-
ETC
static final int ETC
- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
-
DOUBLE_QUOTE_STRING_LITERAL
static final int DOUBLE_QUOTE_STRING_LITERAL
- See Also:
- Constant Field Values
-
DOUBLE_ANGLE_STRING_LITERAL
static final int DOUBLE_ANGLE_STRING_LITERAL
- See Also:
- Constant Field Values
-
WS
static final int WS
- 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
-
STRAY_BRACKET
static final int STRAY_BRACKET
- 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
-
NESTED_ARG_ACTION
static final int NESTED_ARG_ACTION
- See Also:
- Constant Field Values
-
NESTED_ACTION
static final int NESTED_ACTION
- See Also:
- Constant Field Values
-
ACTION_CHAR_LITERAL
static final int ACTION_CHAR_LITERAL
- See Also:
- Constant Field Values
-
ACTION_STRING_LITERAL
static final int ACTION_STRING_LITERAL
- See Also:
- Constant Field Values
-
ACTION_ESC
static final int ACTION_ESC
- See Also:
- Constant Field Values
-
WS_LOOP
static final int WS_LOOP
- See Also:
- Constant Field Values
-
INTERNAL_RULE_REF
static final int INTERNAL_RULE_REF
- See Also:
- Constant Field Values
-
WS_OPT
static final int WS_OPT
- See Also:
- Constant Field Values
-
SRC
static final int SRC
- See Also:
- Constant Field Values
-
-