Interface SQLTemplateParserConstants
- All Known Implementing Classes:
- SQLTemplateParser,- SQLTemplateParserTokenManager
public interface SQLTemplateParserConstants
Token literal values and constants.
 Generated by org.javacc.parser.OtherFilesGen#start()
- 
Field SummaryFields Modifier and Type Field Description static intARGSLexical state.static intCOMMARegularExpression Id.static intDEC_DIGITSRegularExpression Id.static intDEC_FLTRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDOLLARRegularExpression Id.static intDOTRegularExpression Id.static intDOUBLE_QUOTED_STRINGRegularExpression Id.static intELSERegularExpression Id.static intENDRegularExpression Id.static intEOFEnd of File.static intESCRegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFLOAT_LITERALRegularExpression Id.static intFLT_SUFFRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intIFRegularExpression Id.static intIN_SINGLE_LINE_COMMENTLexical state.static intINT_LITERALRegularExpression Id.static intLBRACKETRegularExpression Id.static intLETTERRegularExpression Id.static intLSBRACKETRegularExpression Id.static intNOT_TEXTLexical state.static intRBRACKETRegularExpression Id.static intRSBRACKETRegularExpression Id.static intSHARPRegularExpression Id.static intSINGLE_LINE_COMMENT_ENDRegularExpression Id.static intSINGLE_QUOTED_STRINGRegularExpression Id.static intSTRING_ESCRegularExpression Id.static intTEXTRegularExpression Id.static intTEXT_OTHERRegularExpression Id.static String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWithinDoubleQuoteLiteralLexical state.static intWithinSingleQuoteLiteralLexical state.
- 
Field Details- 
EOFstatic final int EOFEnd of File.- See Also:
- Constant Field Values
 
- 
IFstatic final int IFRegularExpression Id.- See Also:
- Constant Field Values
 
- 
ELSEstatic final int ELSERegularExpression Id.- See Also:
- Constant Field Values
 
- 
ENDstatic final int ENDRegularExpression Id.- See Also:
- Constant Field Values
 
- 
SHARPstatic final int SHARPRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DOLLARstatic final int DOLLARRegularExpression 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
 
- 
RBRACKETstatic final int RBRACKETRegularExpression Id.- See Also:
- Constant Field Values
 
- 
COMMAstatic final int COMMARegularExpression Id.- See Also:
- Constant Field Values
 
- 
LSBRACKETstatic final int LSBRACKETRegularExpression Id.- See Also:
- Constant Field Values
 
- 
RSBRACKETstatic final int RSBRACKETRegularExpression Id.- See Also:
- Constant Field Values
 
- 
LBRACKETstatic final int LBRACKETRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DOTstatic final int DOTRegularExpression 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
 
- 
SINGLE_LINE_COMMENT_ENDstatic final int SINGLE_LINE_COMMENT_ENDRegularExpression 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
 
- 
TEXTstatic final int TEXTRegularExpression Id.- See Also:
- Constant Field Values
 
- 
TEXT_OTHERstatic final int TEXT_OTHERRegularExpression Id.- See Also:
- Constant Field Values
 
- 
DEFAULTstatic final int DEFAULTLexical state.- See Also:
- Constant Field Values
 
- 
ARGSstatic final int ARGSLexical state.- See Also:
- Constant Field Values
 
- 
NOT_TEXTstatic final int NOT_TEXTLexical state.- See Also:
- Constant Field Values
 
- 
IN_SINGLE_LINE_COMMENTstatic final int IN_SINGLE_LINE_COMMENTLexical 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.
 
-