Interface SQLTemplateParserConstants
- All Known Implementing Classes:
SQLTemplateParser
,SQLTemplateParserTokenManager
public interface SQLTemplateParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Fields Modifier and Type Field Description static int
ARGS
Lexical state.static int
COMMA
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
DOLLAR
RegularExpression Id.static int
DOT
RegularExpression Id.static int
DOUBLE_QUOTED_STRING
RegularExpression Id.static int
ELSE
RegularExpression Id.static int
END
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
IDENTIFIER
RegularExpression Id.static int
IF
RegularExpression Id.static int
IN_SINGLE_LINE_COMMENT
Lexical state.static int
INT_LITERAL
RegularExpression Id.static int
LBRACKET
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LSBRACKET
RegularExpression Id.static int
NOT_TEXT
Lexical state.static int
RBRACKET
RegularExpression Id.static int
RSBRACKET
RegularExpression Id.static int
SHARP
RegularExpression Id.static int
SINGLE_LINE_COMMENT_END
RegularExpression Id.static int
SINGLE_QUOTED_STRING
RegularExpression Id.static int
STRING_ESC
RegularExpression Id.static int
TEXT
RegularExpression Id.static int
TEXT_OTHER
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
WithinDoubleQuoteLiteral
Lexical state.static int
WithinSingleQuoteLiteral
Lexical state.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
IF
static final int IFRegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSERegularExpression Id.- See Also:
- Constant Field Values
-
END
static final int ENDRegularExpression Id.- See Also:
- Constant Field Values
-
SHARP
static final int SHARPRegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLARRegularExpression 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
-
RBRACKET
static final int RBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMARegularExpression Id.- See Also:
- Constant Field Values
-
LSBRACKET
static final int LSBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
RSBRACKET
static final int RSBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOTRegularExpression 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
-
SINGLE_LINE_COMMENT_END
static final int SINGLE_LINE_COMMENT_ENDRegularExpression 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
-
TEXT
static final int TEXTRegularExpression Id.- See Also:
- Constant Field Values
-
TEXT_OTHER
static final int TEXT_OTHERRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
ARGS
static final int ARGSLexical state.- See Also:
- Constant Field Values
-
NOT_TEXT
static final int NOT_TEXTLexical state.- See Also:
- Constant Field Values
-
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENTLexical 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.
-