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 SummaryFields Modifier and Type Field Description static intABSRegularExpression Id.static intASTERISKRegularExpression Id.static intAVGRegularExpression Id.static intCONCATRegularExpression Id.static intCOUNTRegularExpression Id.static intCURRENT_DATERegularExpression Id.static intCURRENT_TIMERegularExpression Id.static intCURRENT_TIMESTAMPRegularExpression Id.static intDAYRegularExpression Id.static intDAY_OF_MONTHRegularExpression Id.static intDAY_OF_WEEKRegularExpression Id.static intDAY_OF_YEARRegularExpression Id.static intDEC_DIGITSRegularExpression Id.static intDEC_FLTRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDISTINCTRegularExpression Id.static intDOUBLE_QUOTED_STRINGRegularExpression Id.static intEOFEnd of File.static intESCRegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFLOAT_LITERALRegularExpression Id.static intFLT_SUFFRegularExpression Id.static intHOURRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intINT_LITERALRegularExpression Id.static intLENGTHRegularExpression Id.static intLETTERRegularExpression Id.static intLOCATERegularExpression Id.static intLOWERRegularExpression Id.static intMAXRegularExpression Id.static intMINRegularExpression Id.static intMINUTERegularExpression Id.static intMODRegularExpression Id.static intMONTHRegularExpression Id.static intNULLRegularExpression Id.static intPROPERTY_PATHRegularExpression Id.static intSECONDRegularExpression Id.static intSINGLE_QUOTED_STRINGRegularExpression Id.static intSQRTRegularExpression Id.static intSTRING_ESCRegularExpression Id.static intSUBSTRINGRegularExpression Id.static intSUMRegularExpression Id.static String[]tokenImageLiteral token values.static intTRIMRegularExpression Id.static intTRUERegularExpression Id.static intUPPERRegularExpression Id.static intWEEKRegularExpression Id.static intWithinDoubleQuoteLiteralLexical state.static intWithinSingleQuoteLiteralLexical state.static intYEARRegularExpression Id.
- 
Field Details- 
EOFstatic final int EOFEnd of File.- See Also:
- Constant Field Values
 
- 
NULLstatic final int NULLRegularExpression Id.- See Also:
- Constant Field Values
 
- 
TRUEstatic final int TRUERegularExpression Id.- See Also:
- Constant Field Values
 
- 
FALSEstatic final int FALSERegularExpression Id.- See Also:
- Constant Field Values
 
- 
AVGstatic final int AVGRegularExpression Id.- See Also:
- Constant Field Values
 
- 
MINstatic final int MINRegularExpression Id.- See Also:
- Constant Field Values
 
- 
MAXstatic final int MAXRegularExpression Id.- See Also:
- Constant Field Values
 
- 
SUMstatic final int SUMRegularExpression Id.- See Also:
- Constant Field Values
 
- 
COUNTstatic final int COUNTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DISTINCTstatic final int DISTINCTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
CONCATstatic final int CONCATRegularExpression Id.- See Also:
- Constant Field Values
 
- 
SUBSTRINGstatic final int SUBSTRINGRegularExpression Id.- See Also:
- Constant Field Values
 
- 
TRIMstatic final int TRIMRegularExpression Id.- See Also:
- Constant Field Values
 
- 
LOWERstatic final int LOWERRegularExpression Id.- See Also:
- Constant Field Values
 
- 
UPPERstatic final int UPPERRegularExpression Id.- See Also:
- Constant Field Values
 
- 
LENGTHstatic final int LENGTHRegularExpression Id.- See Also:
- Constant Field Values
 
- 
LOCATEstatic final int LOCATERegularExpression Id.- See Also:
- Constant Field Values
 
- 
ABSstatic final int ABSRegularExpression Id.- See Also:
- Constant Field Values
 
- 
SQRTstatic final int SQRTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
MODstatic final int MODRegularExpression Id.- See Also:
- Constant Field Values
 
- 
CURRENT_DATEstatic final int CURRENT_DATERegularExpression Id.- See Also:
- Constant Field Values
 
- 
CURRENT_TIMEstatic final int CURRENT_TIMERegularExpression Id.- See Also:
- Constant Field Values
 
- 
CURRENT_TIMESTAMPstatic final int CURRENT_TIMESTAMPRegularExpression Id.- See Also:
- Constant Field Values
 
- 
YEARstatic final int YEARRegularExpression Id.- See Also:
- Constant Field Values
 
- 
MONTHstatic final int MONTHRegularExpression Id.- See Also:
- Constant Field Values
 
- 
WEEKstatic final int WEEKRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DAY_OF_YEARstatic final int DAY_OF_YEARRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DAYstatic final int DAYRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DAY_OF_MONTHstatic final int DAY_OF_MONTHRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DAY_OF_WEEKstatic final int DAY_OF_WEEKRegularExpression Id.- See Also:
- Constant Field Values
 
- 
HOURstatic final int HOURRegularExpression Id.- See Also:
- Constant Field Values
 
- 
MINUTEstatic final int MINUTERegularExpression Id.- See Also:
- Constant Field Values
 
- 
SECONDstatic final int SECONDRegularExpression Id.- See Also:
- Constant Field Values
 
- 
ASTERISKstatic final int ASTERISKRegularExpression Id.- See Also:
- Constant Field Values
 
- 
PROPERTY_PATHstatic final int PROPERTY_PATHRegularExpression Id.- See Also:
- Constant Field Values
 
- 
IDENTIFIERstatic final int IDENTIFIERRegularExpression Id.- See Also:
- Constant Field Values
 
- 
LETTERstatic final int LETTERRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DIGITstatic final int DIGITRegularExpression Id.- See Also:
- Constant Field Values
 
- 
ESCstatic final int ESCRegularExpression Id.- See Also:
- Constant Field Values
 
- 
SINGLE_QUOTED_STRINGstatic final int SINGLE_QUOTED_STRINGRegularExpression Id.- See Also:
- Constant Field Values
 
- 
STRING_ESCstatic final int STRING_ESCRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DOUBLE_QUOTED_STRINGstatic final int DOUBLE_QUOTED_STRINGRegularExpression Id.- See Also:
- Constant Field Values
 
- 
INT_LITERALstatic final int INT_LITERALRegularExpression Id.- See Also:
- Constant Field Values
 
- 
FLOAT_LITERALstatic final int FLOAT_LITERALRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DEC_FLTstatic final int DEC_FLTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DEC_DIGITSstatic final int DEC_DIGITSRegularExpression Id.- See Also:
- Constant Field Values
 
- 
EXPONENTstatic final int EXPONENTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
FLT_SUFFstatic final int FLT_SUFFRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DEFAULTstatic final int DEFAULTLexical state.- See Also:
- Constant Field Values
 
- 
WithinSingleQuoteLiteralstatic final int WithinSingleQuoteLiteralLexical state.- See Also:
- Constant Field Values
 
- 
WithinDoubleQuoteLiteralstatic final int WithinDoubleQuoteLiteralLexical state.- See Also:
- Constant Field Values
 
- 
tokenImageLiteral token values.
 
-