Package org.antlr.grammar.v2
Interface AssignTokenTypesWalkerTokenTypes
-
- All Known Implementing Classes:
AssignTokenTypesBehavior
,AssignTokenTypesWalker
public interface AssignTokenTypesWalkerTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION
static int
ACTION_CHAR_LITERAL
static int
ACTION_ESC
static int
ACTION_STRING_LITERAL
static int
ALT
static int
AMPERSAND
static int
ARG
static int
ARG_ACTION
static int
ARGLIST
static int
ASSIGN
static int
BACKTRACK_SEMPRED
static int
BANG
static int
BLOCK
static int
CHAR_LITERAL
static int
CHAR_RANGE
static int
CHARSET
static int
CLOSE_ELEMENT_OPTION
static int
CLOSURE
static int
COLON
static int
COMBINED_GRAMMAR
static int
COMMA
static int
COMMENT
static int
DIGIT
static int
DOC_COMMENT
static int
DOLLAR
static int
DOT
static int
DOUBLE_ANGLE_STRING_LITERAL
static int
DOUBLE_QUOTE_STRING_LITERAL
static int
EOA
static int
EOB
static int
EOF
static int
EOR
static int
EPSILON
static int
ESC
static int
ETC
static int
FORCED_ACTION
static int
FRAGMENT
static int
GATED_SEMPRED
static int
ID
static int
IMPLIES
static int
IMPORT
static int
INITACTION
static int
INT
static int
INTERNAL_RULE_REF
static int
LABEL
static int
LEXER
static int
LEXER_GRAMMAR
static int
LITERAL_catch
static int
LITERAL_finally
static int
LITERAL_grammar
static int
LITERAL_lexer
static int
LITERAL_private
static int
LITERAL_protected
static int
LITERAL_public
static int
LITERAL_returns
static int
LITERAL_throws
static int
LITERAL_tree
static int
LPAREN
static int
ML_COMMENT
static int
NESTED_ACTION
static int
NESTED_ARG_ACTION
static int
NOT
static int
NULL_TREE_LOOKAHEAD
static int
OPEN_ELEMENT_OPTION
static int
OPTIONAL
static int
OPTIONS
static int
OR
static int
PARSER
static int
PARSER_GRAMMAR
static int
PLUS
static int
PLUS_ASSIGN
static int
POSITIVE_CLOSURE
static int
QUESTION
static int
RANGE
static int
RCURLY
static int
RET
static int
REWRITE
static int
ROOT
static int
RPAREN
static int
RULE
static int
RULE_REF
static int
SCOPE
static int
SEMI
static int
SEMPRED
static int
SL_COMMENT
static int
SRC
static int
STAR
static int
STRAY_BRACKET
static int
STRING_LITERAL
static int
SYN_SEMPRED
static int
SYNPRED
static int
TEMPLATE
static int
TOKEN_REF
static int
TOKENS
static int
TREE_BEGIN
static int
TREE_GRAMMAR
static int
WILDCARD
static int
WS
static int
WS_LOOP
static int
WS_OPT
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
-
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
-
CHARSET
static final int CHARSET
- See Also:
- Constant Field Values
-
-