orc.parser
Interface OrcParserTokenTypes

All Known Implementing Classes:
OrcLexer, OrcParser

public interface OrcParserTokenTypes


Field Summary
static int ALPHA
           
static int AMPERSAND
           
static int AND
           
static int ATSIGN
           
static int BANG
           
static int BEGIN_COMMENT
           
static int COLON
           
static int COMMA
           
static int DIGIT
           
static int DIV
           
static int DOT
           
static int END_COMMENT
           
static int EOF
           
static int EQ
           
static int ESCAPE
           
static int FALSE
           
static int GT
           
static int GTE
           
static int INT
           
static int LANGLE
           
static int LBRACE
           
static int LBRACKET
           
static int LITERAL_as
           
static int LITERAL_class
           
static int LITERAL_def
           
static int LITERAL_include
           
static int LITERAL_lambda
           
static int LITERAL_null
           
static int LITERAL_site
           
static int LITERAL_val
           
static int LPAREN
           
static int LT
           
static int LTE
           
static int MINUS
           
static int ML_COMMENT
           
static int MOD
           
static int NAME
           
static int NOT
           
static int NOT_EQ
           
static int NULL_TREE_LOOKAHEAD
           
static int OR
           
static int PAR
           
static int PLUS
           
static int RANGLE
           
static int RBRACE
           
static int RBRACKET
           
static int RPAREN
           
static int SEMI
           
static int SL_COMMENT
           
static int STRING
           
static int TIMES
           
static int TRUE
           
static int UNDERSCORE
           
static int WS
           
 

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_include

static final int LITERAL_include
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

LITERAL_val

static final int LITERAL_val
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

LITERAL_site

static final int LITERAL_site
See Also:
Constant Field Values

LITERAL_class

static final int LITERAL_class
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

LITERAL_def

static final int LITERAL_def
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

LANGLE

static final int LANGLE
See Also:
Constant Field Values

PAR

static final int PAR
See Also:
Constant Field Values

RANGLE

static final int RANGLE
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

NOT_EQ

static final int NOT_EQ
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

GTE

static final int GTE
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

LTE

static final int LTE
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

TIMES

static final int TIMES
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

MOD

static final int MOD
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

LITERAL_lambda

static final int LITERAL_lambda
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

LITERAL_null

static final int LITERAL_null
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

LITERAL_as

static final int LITERAL_as
See Also:
Constant Field Values

UNDERSCORE

static final int UNDERSCORE
See Also:
Constant Field Values

BANG

static final int BANG
See Also:
Constant Field Values

SL_COMMENT

static final int SL_COMMENT
See Also:
Constant Field Values

BEGIN_COMMENT

static final int BEGIN_COMMENT
See Also:
Constant Field Values

END_COMMENT

static final int END_COMMENT
See Also:
Constant Field Values

ML_COMMENT

static final int ML_COMMENT
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

ALPHA

static final int ALPHA
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

AMPERSAND

static final int AMPERSAND
See Also:
Constant Field Values

ATSIGN

static final int ATSIGN
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values