public interface ExpressionParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEC_DIGITS
RegularExpression Id.
|
static int |
DEC_FLT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
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 |
IDENTIFIER
RegularExpression Id.
|
static int |
INT_LITERAL
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
PROPERTY_PATH
RegularExpression Id.
|
static int |
SINGLE_QUOTED_STRING
RegularExpression Id.
|
static int |
STRING_ESC
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 NULL
static final int TRUE
static final int FALSE
static final int PROPERTY_PATH
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
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 DEFAULT
static final int WithinSingleQuoteLiteral
static final int WithinDoubleQuoteLiteral
static final String[] tokenImage
Copyright © 2001–2015 Apache Cayenne. All rights reserved.