Interface ExpressionParserConstants
-
- All Known Implementing Classes:
ExpressionParser,ExpressionParserTokenManager
public interface ExpressionParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intASSIGN_OPRegularExpression Id.static intATSIGNRegularExpression Id.static intBOOLEAN_LITERAL_FALSERegularExpression Id.static intBOOLEAN_LITERAL_TRUERegularExpression Id.static intCLOSE_BRACERegularExpression Id.static intCLOSE_BRACKETRegularExpression Id.static intCLOSE_PARRegularExpression Id.static intCODEPOINT_CHARRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCOMMENTRegularExpression Id.static intCOMP_EQUALRegularExpression Id.static intCOMP_GREATERRegularExpression Id.static intCOMP_GREATER_EQUALRegularExpression Id.static intCOMP_LESSRegularExpression Id.static intCOMP_LESS_EQUALRegularExpression Id.static intCOMP_NOT_EQUALRegularExpression Id.static intDEFAULTLexical state.static intDEFAULT_EQUALRegularExpression Id.static intDIGITRegularExpression Id.static intDIVIDERegularExpression Id.static intDIVIDE_EQUALRegularExpression Id.static intDOLLARRegularExpression Id.static intDOTRegularExpression Id.static intDOUBLE_COLONRegularExpression Id.static intENDQUOTERegularExpression Id.static intEOFEnd of File.static intESCAPE_CHARRegularExpression Id.static intEXPONENTRegularExpression Id.static intFLOAT_LITERALRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intIDENTIFIER_AFTER_DOTRegularExpression Id.static intINTEGER_LITERALRegularExpression Id.static intKEYWORD_ASRegularExpression Id.static intKEYWORD_BREAKRegularExpression Id.static intKEYWORD_CATCHRegularExpression Id.static intKEYWORD_DEFRegularExpression Id.static intKEYWORD_ELIFRegularExpression Id.static intKEYWORD_ELSERegularExpression Id.static intKEYWORD_ENDRegularExpression Id.static intKEYWORD_FOREACHRegularExpression Id.static intKEYWORD_IFRegularExpression Id.static intKEYWORD_IMPORTRegularExpression Id.static intKEYWORD_INCLUDERegularExpression Id.static intKEYWORD_LABELRegularExpression Id.static intKEYWORD_MODULERegularExpression Id.static intKEYWORD_REDUCERegularExpression Id.static intKEYWORD_THENRegularExpression Id.static intKEYWORD_TRYRegularExpression Id.static intLETTERRegularExpression Id.static intMINUSRegularExpression Id.static intMINUS_EQUALRegularExpression Id.static intMODULORegularExpression Id.static intMODULO_EQUALRegularExpression Id.static intNULL_LITERALRegularExpression Id.static intOP_ANDRegularExpression Id.static intOP_DEFAULTRegularExpression Id.static intOP_ORRegularExpression Id.static intOPEN_BRACERegularExpression Id.static intOPEN_BRACKETRegularExpression Id.static intOPEN_INTERPRegularExpression Id.static intOPEN_PARRegularExpression Id.static intOTHERWISE_AFTER_DOTRegularExpression Id.static intPIPERegularExpression Id.static intPLUSRegularExpression Id.static intPLUS_EQUALRegularExpression Id.static intQUESTIONRegularExpression Id.static intQUOTERegularExpression Id.static intRECURSIONRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSPACESRegularExpression Id.static intSTATE_DOTLexical state.static intSTATE_STRINGLexical state.static intSTATE_STRING_ESCAPELexical state.static intTIMESRegularExpression Id.static intTIMES_EQUALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUPDATE_OPRegularExpression Id.static intVISIBLE_CHARRegularExpression 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.
-
-