Package org.apache.cayenne.exp.parser
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
ABS
RegularExpression Id.static int
ASTERISK
RegularExpression Id.static int
AVG
RegularExpression Id.static int
CONCAT
RegularExpression Id.static int
COUNT
RegularExpression Id.static int
CURRENT_DATE
RegularExpression Id.static int
CURRENT_TIME
RegularExpression Id.static int
CURRENT_TIMESTAMP
RegularExpression Id.static int
DAY
RegularExpression Id.static int
DAY_OF_MONTH
RegularExpression Id.static int
DAY_OF_WEEK
RegularExpression Id.static int
DAY_OF_YEAR
RegularExpression Id.static int
DEC_DIGITS
RegularExpression Id.static int
DEC_FLT
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
DISTINCT
RegularExpression Id.static int
DOUBLE_QUOTED_STRING
RegularExpression Id.static int
EOF
End of File.static int
ESC
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FALSE
RegularExpression Id.static int
FLOAT_LITERAL
RegularExpression Id.static int
FLT_SUFF
RegularExpression Id.static int
HOUR
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
INT_LITERAL
RegularExpression Id.static int
LENGTH
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LOCATE
RegularExpression Id.static int
LOWER
RegularExpression Id.static int
MAX
RegularExpression Id.static int
MIN
RegularExpression Id.static int
MINUTE
RegularExpression Id.static int
MOD
RegularExpression Id.static int
MONTH
RegularExpression Id.static int
NULL
RegularExpression Id.static int
PROPERTY_PATH
RegularExpression Id.static int
SECOND
RegularExpression Id.static int
SINGLE_QUOTED_STRING
RegularExpression Id.static int
SQRT
RegularExpression Id.static int
STRING_ESC
RegularExpression Id.static int
SUBSTRING
RegularExpression Id.static int
SUM
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRIM
RegularExpression Id.static int
TRUE
RegularExpression Id.static int
UPPER
RegularExpression Id.static int
WEEK
RegularExpression Id.static int
WithinDoubleQuoteLiteral
Lexical state.static int
WithinSingleQuoteLiteral
Lexical state.static int
YEAR
RegularExpression Id.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
NULL
static final int NULLRegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUERegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSERegularExpression Id.- See Also:
- Constant Field Values
-
AVG
static final int AVGRegularExpression Id.- See Also:
- Constant Field Values
-
MIN
static final int MINRegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAXRegularExpression Id.- See Also:
- Constant Field Values
-
SUM
static final int SUMRegularExpression Id.- See Also:
- Constant Field Values
-
COUNT
static final int COUNTRegularExpression Id.- See Also:
- Constant Field Values
-
DISTINCT
static final int DISTINCTRegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCATRegularExpression Id.- See Also:
- Constant Field Values
-
SUBSTRING
static final int SUBSTRINGRegularExpression Id.- See Also:
- Constant Field Values
-
TRIM
static final int TRIMRegularExpression Id.- See Also:
- Constant Field Values
-
LOWER
static final int LOWERRegularExpression Id.- See Also:
- Constant Field Values
-
UPPER
static final int UPPERRegularExpression Id.- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTHRegularExpression Id.- See Also:
- Constant Field Values
-
LOCATE
static final int LOCATERegularExpression Id.- See Also:
- Constant Field Values
-
ABS
static final int ABSRegularExpression Id.- See Also:
- Constant Field Values
-
SQRT
static final int SQRTRegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MODRegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_DATE
static final int CURRENT_DATERegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIME
static final int CURRENT_TIMERegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIMESTAMP
static final int CURRENT_TIMESTAMPRegularExpression Id.- See Also:
- Constant Field Values
-
YEAR
static final int YEARRegularExpression Id.- See Also:
- Constant Field Values
-
MONTH
static final int MONTHRegularExpression Id.- See Also:
- Constant Field Values
-
WEEK
static final int WEEKRegularExpression Id.- See Also:
- Constant Field Values
-
DAY_OF_YEAR
static final int DAY_OF_YEARRegularExpression Id.- See Also:
- Constant Field Values
-
DAY
static final int DAYRegularExpression Id.- See Also:
- Constant Field Values
-
DAY_OF_MONTH
static final int DAY_OF_MONTHRegularExpression Id.- See Also:
- Constant Field Values
-
DAY_OF_WEEK
static final int DAY_OF_WEEKRegularExpression Id.- See Also:
- Constant Field Values
-
HOUR
static final int HOURRegularExpression Id.- See Also:
- Constant Field Values
-
MINUTE
static final int MINUTERegularExpression Id.- See Also:
- Constant Field Values
-
SECOND
static final int SECONDRegularExpression Id.- See Also:
- Constant Field Values
-
ASTERISK
static final int ASTERISKRegularExpression Id.- See Also:
- Constant Field Values
-
PROPERTY_PATH
static final int PROPERTY_PATHRegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIERRegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTERRegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGITRegularExpression Id.- See Also:
- Constant Field Values
-
ESC
static final int ESCRegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTED_STRING
static final int SINGLE_QUOTED_STRINGRegularExpression Id.- See Also:
- Constant Field Values
-
STRING_ESC
static final int STRING_ESCRegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTED_STRING
static final int DOUBLE_QUOTED_STRINGRegularExpression Id.- See Also:
- Constant Field Values
-
INT_LITERAL
static final int INT_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT_LITERAL
static final int FLOAT_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
DEC_FLT
static final int DEC_FLTRegularExpression Id.- See Also:
- Constant Field Values
-
DEC_DIGITS
static final int DEC_DIGITSRegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENTRegularExpression Id.- See Also:
- Constant Field Values
-
FLT_SUFF
static final int FLT_SUFFRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
WithinSingleQuoteLiteral
static final int WithinSingleQuoteLiteralLexical state.- See Also:
- Constant Field Values
-
WithinDoubleQuoteLiteral
static final int WithinDoubleQuoteLiteralLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-