Interface GeneratedFormulaParserConstants
-
- All Known Implementing Classes:
FormulaParser,GeneratedFormulaParser,GeneratedFormulaParserTokenManager
public interface GeneratedFormulaParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPROXIMATE_NUMERIC_LITERALstatic intBINARY_DIGITstatic intCOLONstatic intCOLUMN_LOOKUPstatic intCOMMAstatic intCONCATstatic intDEFAULTstatic intDIGITstatic intDIVstatic intDQUOTEstatic intEOFstatic intEQUALSstatic intEXACT_NUMERIC_LITERALstatic intEXPONENT_PARTstatic intGTstatic intGT_EQUALSstatic intHEX_DIGITstatic intIDENTIFIERstatic intL_BRACEstatic intL_BRACKETstatic intL_PARENstatic intLETTERstatic intLTstatic intLT_EQUALSstatic intMANTISSAstatic intMINUSstatic intMULTstatic intNEWLINEstatic intNON_ZERO_DIGITstatic intNONQUOTE_CHARACTERstatic intNONQUOTE_LOOKUPstatic intNOT_EQUALSstatic intNULLstatic intPERCENTstatic intPERIODstatic intPIPEstatic intPLUSstatic intPOWstatic intQUESTstatic intQUOTEstatic intR_BRACEstatic intR_BRACKETstatic intR_PARENstatic intSEMICOLONstatic intSIGNstatic intSTRING_LITERALstatic java.lang.String[]tokenImagestatic intUNSIGNED_INTEGERstatic intUNSIGNED_NUMERIC_LITERALstatic intWHITESPACE
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
- See Also:
- Constant Field Values
-
NON_ZERO_DIGIT
static final int NON_ZERO_DIGIT
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
- See Also:
- Constant Field Values
-
BINARY_DIGIT
static final int BINARY_DIGIT
- See Also:
- Constant Field Values
-
UNSIGNED_INTEGER
static final int UNSIGNED_INTEGER
- See Also:
- Constant Field Values
-
EXPONENT_PART
static final int EXPONENT_PART
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
NONQUOTE_CHARACTER
static final int NONQUOTE_CHARACTER
- See Also:
- Constant Field Values
-
NONQUOTE_LOOKUP
static final int NONQUOTE_LOOKUP
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
-
DQUOTE
static final int DQUOTE
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
L_PAREN
static final int L_PAREN
- See Also:
- Constant Field Values
-
R_PAREN
static final int R_PAREN
- See Also:
- Constant Field Values
-
L_BRACKET
static final int L_BRACKET
- See Also:
- Constant Field Values
-
R_BRACKET
static final int R_BRACKET
- See Also:
- Constant Field Values
-
QUEST
static final int QUEST
- See Also:
- Constant Field Values
-
L_BRACE
static final int L_BRACE
- See Also:
- Constant Field Values
-
R_BRACE
static final int R_BRACE
- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
- 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
-
MULT
static final int MULT
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
POW
static final int POW
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
NOT_EQUALS
static final int NOT_EQUALS
- See Also:
- Constant Field Values
-
LT_EQUALS
static final int LT_EQUALS
- See Also:
- Constant Field Values
-
GT_EQUALS
static final int GT_EQUALS
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
-
PERCENT
static final int PERCENT
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
COLUMN_LOOKUP
static final int COLUMN_LOOKUP
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
UNSIGNED_NUMERIC_LITERAL
static final int UNSIGNED_NUMERIC_LITERAL
- See Also:
- Constant Field Values
-
EXACT_NUMERIC_LITERAL
static final int EXACT_NUMERIC_LITERAL
- See Also:
- Constant Field Values
-
APPROXIMATE_NUMERIC_LITERAL
static final int APPROXIMATE_NUMERIC_LITERAL
- See Also:
- Constant Field Values
-
MANTISSA
static final int MANTISSA
- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
-
-