antlr
Interface ANTLRTokenTypes

All Known Implementing Classes:
ANTLRLexer, ANTLRParser

public interface ANTLRTokenTypes


Field Summary
static int ACTION
           
static int ARG_ACTION
           
static int ASSIGN
           
static int BANG
           
static int CARET
           
static int CHAR_LITERAL
           
static int CLOSE_ELEMENT_OPTION
           
static int COLON
           
static int COMMA
           
static int COMMENT
           
static int DIGIT
           
static int DOC_COMMENT
           
static int EOF
           
static int ESC
           
static int IMPLIES
           
static int INT
           
static int INTERNAL_RULE_REF
           
static int LITERAL_catch
           
static int LITERAL_charVocabulary
           
static int LITERAL_class
           
static int LITERAL_exception
           
static int LITERAL_extends
           
static int LITERAL_header
           
static int LITERAL_lexclass
           
static int LITERAL_Lexer
           
static int LITERAL_options
           
static int LITERAL_Parser
           
static int LITERAL_private
           
static int LITERAL_protected
           
static int LITERAL_public
           
static int LITERAL_returns
           
static int LITERAL_throws
           
static int LITERAL_tokens
           
static int LITERAL_TreeParser
           
static int LPAREN
           
static int ML_COMMENT
           
static int NESTED_ACTION
           
static int NESTED_ARG_ACTION
           
static int NOT_OP
           
static int NULL_TREE_LOOKAHEAD
           
static int OPEN_ELEMENT_OPTION
           
static int OPTIONS
           
static int OR
           
static int PLUS
           
static int QUESTION
           
static int RANGE
           
static int RCURLY
           
static int RPAREN
           
static int RULE_REF
           
static int SEMI
           
static int SEMPRED
           
static int SL_COMMENT
           
static int STAR
           
static int STRING_LITERAL
           
static int TOKEN_REF
           
static int TOKENS
           
static int TREE_BEGIN
           
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

LITERAL_tokens

static final int LITERAL_tokens
See Also:
Constant Field Values

LITERAL_header

static final int LITERAL_header
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
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

LITERAL_lexclass

static final int LITERAL_lexclass
See Also:
Constant Field Values

LITERAL_class

static final int LITERAL_class
See Also:
Constant Field Values

LITERAL_extends

static final int LITERAL_extends
See Also:
Constant Field Values

LITERAL_Lexer

static final int LITERAL_Lexer
See Also:
Constant Field Values

LITERAL_TreeParser

static final int LITERAL_TreeParser
See Also:
Constant Field Values

OPTIONS

static final int OPTIONS
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

RCURLY

static final int RCURLY
See Also:
Constant Field Values

LITERAL_charVocabulary

static final int LITERAL_charVocabulary
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

OR

static final int OR
See Also:
Constant Field Values

RANGE

static final int RANGE
See Also:
Constant Field Values

TOKENS

static final int TOKENS
See Also:
Constant Field Values

TOKEN_REF

static final int TOKEN_REF
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

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

LITERAL_Parser

static final int LITERAL_Parser
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

COLON

static final int COLON
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

RULE_REF

static final int RULE_REF
See Also:
Constant Field Values

NOT_OP

static final int NOT_OP
See Also:
Constant Field Values

SEMPRED

static final int SEMPRED
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

STAR

static final int STAR
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

IMPLIES

static final int IMPLIES
See Also:
Constant Field Values

CARET

static final int CARET
See Also:
Constant Field Values

WILDCARD

static final int WILDCARD
See Also:
Constant Field Values

LITERAL_options

static final int LITERAL_options
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

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

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