Interface ExpressionParserConstants
-
- All Known Implementing Classes:
ExpressionParser
,ExpressionParserTokenManager
public interface ExpressionParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASSIGN_OP
RegularExpression Id.static int
ATSIGN
RegularExpression Id.static int
BOOLEAN_LITERAL_FALSE
RegularExpression Id.static int
BOOLEAN_LITERAL_TRUE
RegularExpression Id.static int
CLOSE_BRACE
RegularExpression Id.static int
CLOSE_BRACKET
RegularExpression Id.static int
CLOSE_PAR
RegularExpression Id.static int
CODEPOINT_CHAR
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COMMENT
RegularExpression Id.static int
COMP_EQUAL
RegularExpression Id.static int
COMP_GREATER
RegularExpression Id.static int
COMP_GREATER_EQUAL
RegularExpression Id.static int
COMP_LESS
RegularExpression Id.static int
COMP_LESS_EQUAL
RegularExpression Id.static int
COMP_NOT_EQUAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DEFAULT_EQUAL
RegularExpression Id.static int
DIGIT
RegularExpression Id.static int
DIVIDE
RegularExpression Id.static int
DIVIDE_EQUAL
RegularExpression Id.static int
DOLLAR
RegularExpression Id.static int
DOT
RegularExpression Id.static int
DOUBLE_COLON
RegularExpression Id.static int
ENDQUOTE
RegularExpression Id.static int
EOF
End of File.static int
ESCAPE_CHAR
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FLOAT_LITERAL
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IDENTIFIER_AFTER_DOT
RegularExpression Id.static int
INTEGER_LITERAL
RegularExpression Id.static int
KEYWORD_AS
RegularExpression Id.static int
KEYWORD_BREAK
RegularExpression Id.static int
KEYWORD_CATCH
RegularExpression Id.static int
KEYWORD_DEF
RegularExpression Id.static int
KEYWORD_ELIF
RegularExpression Id.static int
KEYWORD_ELSE
RegularExpression Id.static int
KEYWORD_END
RegularExpression Id.static int
KEYWORD_FOREACH
RegularExpression Id.static int
KEYWORD_IF
RegularExpression Id.static int
KEYWORD_IMPORT
RegularExpression Id.static int
KEYWORD_INCLUDE
RegularExpression Id.static int
KEYWORD_LABEL
RegularExpression Id.static int
KEYWORD_MODULE
RegularExpression Id.static int
KEYWORD_REDUCE
RegularExpression Id.static int
KEYWORD_THEN
RegularExpression Id.static int
KEYWORD_TRY
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MINUS_EQUAL
RegularExpression Id.static int
MODULO
RegularExpression Id.static int
MODULO_EQUAL
RegularExpression Id.static int
NULL_LITERAL
RegularExpression Id.static int
OP_AND
RegularExpression Id.static int
OP_DEFAULT
RegularExpression Id.static int
OP_OR
RegularExpression Id.static int
OPEN_BRACE
RegularExpression Id.static int
OPEN_BRACKET
RegularExpression Id.static int
OPEN_INTERP
RegularExpression Id.static int
OPEN_PAR
RegularExpression Id.static int
OTHERWISE_AFTER_DOT
RegularExpression Id.static int
PIPE
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PLUS_EQUAL
RegularExpression Id.static int
QUESTION
RegularExpression Id.static int
QUOTE
RegularExpression Id.static int
RECURSION
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SPACES
RegularExpression Id.static int
STATE_DOT
Lexical state.static int
STATE_STRING
Lexical state.static int
STATE_STRING_ESCAPE
Lexical state.static int
TIMES
RegularExpression Id.static int
TIMES_EQUAL
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UPDATE_OP
RegularExpression Id.static int
VISIBLE_CHAR
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SPACES
static final int SPACES
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
OP_AND
static final int OP_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OP_OR
static final int OP_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
OP_DEFAULT
static final int OP_DEFAULT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_EQUAL
static final int COMP_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_NOT_EQUAL
static final int COMP_NOT_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_GREATER
static final int COMP_GREATER
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_GREATER_EQUAL
static final int COMP_GREATER_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_LESS
static final int COMP_LESS
RegularExpression Id.- See Also:
- Constant Field Values
-
COMP_LESS_EQUAL
static final int COMP_LESS_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN_OP
static final int ASSIGN_OP
RegularExpression Id.- See Also:
- Constant Field Values
-
UPDATE_OP
static final int UPDATE_OP
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS_EQUAL
static final int PLUS_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS_EQUAL
static final int MINUS_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES_EQUAL
static final int TIMES_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE_EQUAL
static final int DIVIDE_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
MODULO_EQUAL
static final int MODULO_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT_EQUAL
static final int DEFAULT_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAR
static final int OPEN_PAR
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAR
static final int CLOSE_PAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_AFTER_DOT
static final int IDENTIFIER_AFTER_DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
OTHERWISE_AFTER_DOT
static final int OTHERWISE_AFTER_DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
RECURSION
static final int RECURSION
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_BRACKET
static final int OPEN_BRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_BRACKET
static final int CLOSE_BRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
RegularExpression Id.- See Also:
- Constant Field Values
-
ATSIGN
static final int ATSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_BRACE
static final int OPEN_BRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_BRACE
static final int CLOSE_BRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_COLON
static final int DOUBLE_COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL_TRUE
static final int BOOLEAN_LITERAL_TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL_FALSE
static final int BOOLEAN_LITERAL_FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL_LITERAL
static final int NULL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT_LITERAL
static final int FLOAT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDQUOTE
static final int ENDQUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
VISIBLE_CHAR
static final int VISIBLE_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE_CHAR
static final int ESCAPE_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_INTERP
static final int OPEN_INTERP
RegularExpression Id.- See Also:
- Constant Field Values
-
CODEPOINT_CHAR
static final int CODEPOINT_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_IF
static final int KEYWORD_IF
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_THEN
static final int KEYWORD_THEN
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_ELIF
static final int KEYWORD_ELIF
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_ELSE
static final int KEYWORD_ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_END
static final int KEYWORD_END
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_AS
static final int KEYWORD_AS
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_DEF
static final int KEYWORD_DEF
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_REDUCE
static final int KEYWORD_REDUCE
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_FOREACH
static final int KEYWORD_FOREACH
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_TRY
static final int KEYWORD_TRY
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_CATCH
static final int KEYWORD_CATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_LABEL
static final int KEYWORD_LABEL
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_BREAK
static final int KEYWORD_BREAK
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_IMPORT
static final int KEYWORD_IMPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_INCLUDE
static final int KEYWORD_INCLUDE
RegularExpression Id.- See Also:
- Constant Field Values
-
KEYWORD_MODULE
static final int KEYWORD_MODULE
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
STATE_DOT
static final int STATE_DOT
Lexical state.- See Also:
- Constant Field Values
-
STATE_STRING
static final int STATE_STRING
Lexical state.- See Also:
- Constant Field Values
-
STATE_STRING_ESCAPE
static final int STATE_STRING_ESCAPE
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-