org.antlr.grammar.v2
Interface TreeToNFAConverterTokenTypes

All Known Implementing Classes:
TreeToNFAConverter

public interface TreeToNFAConverterTokenTypes


Field Summary
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 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

Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values
Constant Field Values