orc.parser
Interface OrcParserTokenTypes
- All Known Implementing Classes:
- OrcLexer, OrcParser
public interface OrcParserTokenTypes
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