public interface SQLTemplateParserConstants
Modifier and Type | Field and 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.
|
static final int EOF
static final int IF
static final int ELSE
static final int END
static final int SHARP
static final int DOLLAR
static final int TRUE
static final int FALSE
static final int RBRACKET
static final int COMMA
static final int LSBRACKET
static final int RSBRACKET
static final int LBRACKET
static final int DOT
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int SINGLE_LINE_COMMENT_END
static final int ESC
static final int SINGLE_QUOTED_STRING
static final int STRING_ESC
static final int DOUBLE_QUOTED_STRING
static final int INT_LITERAL
static final int FLOAT_LITERAL
static final int DEC_FLT
static final int DEC_DIGITS
static final int EXPONENT
static final int FLT_SUFF
static final int TEXT
static final int TEXT_OTHER
static final int DEFAULT
static final int ARGS
static final int NOT_TEXT
static final int IN_SINGLE_LINE_COMMENT
static final int WithinSingleQuoteLiteral
static final int WithinDoubleQuoteLiteral
static final String[] tokenImage
Copyright © 2001–2019 Apache Cayenne. All rights reserved.