Interface GeneratedFormulaParserConstants
-
- All Known Implementing Classes:
FormulaParser,GeneratedFormulaParser,GeneratedFormulaParserTokenManager
public interface GeneratedFormulaParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPROXIMATE_NUMERIC_LITERALRegularExpression Id.static intBINARY_DIGITRegularExpression Id.static intCOLONRegularExpression Id.static intCOLUMN_LOOKUPRegularExpression Id.static intCOMMARegularExpression Id.static intCONCATRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIVRegularExpression Id.static intDQUOTERegularExpression Id.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intEXACT_NUMERIC_LITERALRegularExpression Id.static intEXPONENT_PARTRegularExpression Id.static intGTRegularExpression Id.static intGT_EQUALSRegularExpression Id.static intHEX_DIGITRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intL_BRACERegularExpression Id.static intL_BRACKETRegularExpression Id.static intL_PARENRegularExpression Id.static intLETTERRegularExpression Id.static intLTRegularExpression Id.static intLT_EQUALSRegularExpression Id.static intMANTISSARegularExpression Id.static intMINUSRegularExpression Id.static intMULTRegularExpression Id.static intNEWLINERegularExpression Id.static intNON_ZERO_DIGITRegularExpression Id.static intNONQUOTE_CHARACTERRegularExpression Id.static intNONQUOTE_LOOKUPRegularExpression Id.static intNOT_EQUALSRegularExpression Id.static intNULLRegularExpression Id.static intPERCENTRegularExpression Id.static intPERIODRegularExpression Id.static intPIPERegularExpression Id.static intPLUSRegularExpression Id.static intPOWRegularExpression Id.static intQUESTRegularExpression Id.static intQUOTERegularExpression Id.static intR_BRACERegularExpression Id.static intR_BRACKETRegularExpression Id.static intR_PARENRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSIGNRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNSIGNED_INTEGERRegularExpression Id.static intUNSIGNED_NUMERIC_LITERALRegularExpression Id.static intWHITESPACERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
NON_ZERO_DIGIT
static final int NON_ZERO_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
BINARY_DIGIT
static final int BINARY_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_INTEGER
static final int UNSIGNED_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT_PART
static final int EXPONENT_PART
RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
RegularExpression Id.- See Also:
- Constant Field Values
-
NONQUOTE_CHARACTER
static final int NONQUOTE_CHARACTER
RegularExpression Id.- See Also:
- Constant Field Values
-
NONQUOTE_LOOKUP
static final int NONQUOTE_LOOKUP
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
DQUOTE
static final int DQUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
L_PAREN
static final int L_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
R_PAREN
static final int R_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
L_BRACKET
static final int L_BRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
R_BRACKET
static final int R_BRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
QUEST
static final int QUEST
RegularExpression Id.- See Also:
- Constant Field Values
-
L_BRACE
static final int L_BRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
R_BRACE
static final int R_BRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
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
-
MULT
static final int MULT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
POW
static final int POW
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_EQUALS
static final int NOT_EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
LT_EQUALS
static final int LT_EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
GT_EQUALS
static final int GT_EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
RegularExpression Id.- See Also:
- Constant Field Values
-
PERCENT
static final int PERCENT
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
COLUMN_LOOKUP
static final int COLUMN_LOOKUP
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_NUMERIC_LITERAL
static final int UNSIGNED_NUMERIC_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXACT_NUMERIC_LITERAL
static final int EXACT_NUMERIC_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
APPROXIMATE_NUMERIC_LITERAL
static final int APPROXIMATE_NUMERIC_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
MANTISSA
static final int MANTISSA
RegularExpression Id.- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-