public interface EhcacheSearchParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
ENUMFQCLASSNAME
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
FIXEDINT
RegularExpression Id.
|
static int |
FQCLASSNAME
RegularExpression Id.
|
static int |
KW_ALL
RegularExpression Id.
|
static int |
KW_AND
RegularExpression Id.
|
static int |
KW_ASC
RegularExpression Id.
|
static int |
KW_AVG
RegularExpression Id.
|
static int |
KW_BETWEEN
RegularExpression Id.
|
static int |
KW_BOOL_CAST
RegularExpression Id.
|
static int |
KW_BYTE_CAST
RegularExpression Id.
|
static int |
KW_CHAR_CAST
RegularExpression Id.
|
static int |
KW_CLOSED_PAREN
RegularExpression Id.
|
static int |
KW_COMMA
RegularExpression Id.
|
static int |
KW_COUNT
RegularExpression Id.
|
static int |
KW_DATE_CAST
RegularExpression Id.
|
static int |
KW_DESC
RegularExpression Id.
|
static int |
KW_DOUBLE_CAST
RegularExpression Id.
|
static int |
KW_EQ
RegularExpression Id.
|
static int |
KW_FLOAT_CAST
RegularExpression Id.
|
static int |
KW_FROM
RegularExpression Id.
|
static int |
KW_GE
RegularExpression Id.
|
static int |
KW_GROUP_BY
RegularExpression Id.
|
static int |
KW_GT
RegularExpression Id.
|
static int |
KW_ILIKE
RegularExpression Id.
|
static int |
KW_IN
RegularExpression Id.
|
static int |
KW_INT_CAST
RegularExpression Id.
|
static int |
KW_ISBETWEEN
RegularExpression Id.
|
static int |
KW_KEY
RegularExpression Id.
|
static int |
KW_LE
RegularExpression Id.
|
static int |
KW_LIKE
RegularExpression Id.
|
static int |
KW_LIMIT
RegularExpression Id.
|
static int |
KW_LONG_CAST
RegularExpression Id.
|
static int |
KW_LSQUARE
RegularExpression Id.
|
static int |
KW_LT
RegularExpression Id.
|
static int |
KW_MAX
RegularExpression Id.
|
static int |
KW_MIN
RegularExpression Id.
|
static int |
KW_NE
RegularExpression Id.
|
static int |
KW_NOT
RegularExpression Id.
|
static int |
KW_NOT_NULL
RegularExpression Id.
|
static int |
KW_NULL
RegularExpression Id.
|
static int |
KW_OPEN_PAREN
RegularExpression Id.
|
static int |
KW_OR
RegularExpression Id.
|
static int |
KW_ORDER_BY
RegularExpression Id.
|
static int |
KW_RSQUARE
RegularExpression Id.
|
static int |
KW_SELECT
RegularExpression Id.
|
static int |
KW_SHORT_ASC
RegularExpression Id.
|
static int |
KW_SHORT_CAST
RegularExpression Id.
|
static int |
KW_SHORT_DESC
RegularExpression Id.
|
static int |
KW_SQLDATE_CAST
RegularExpression Id.
|
static int |
KW_STAR
RegularExpression Id.
|
static int |
KW_STRING_CAST
RegularExpression Id.
|
static int |
KW_SUM
RegularExpression Id.
|
static int |
KW_USE_CACHE
RegularExpression Id.
|
static int |
KW_USE_CACHE_MANAGER
RegularExpression Id.
|
static int |
KW_VALUE
RegularExpression Id.
|
static int |
KW_WHERE
RegularExpression Id.
|
static int |
QUOTEDSTR
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int KW_STAR
static final int KW_ALL
static final int KW_COMMA
static final int KW_OPEN_PAREN
static final int KW_CLOSED_PAREN
static final int KW_LSQUARE
static final int KW_RSQUARE
static final int KW_EQ
static final int KW_NE
static final int KW_NULL
static final int KW_NOT_NULL
static final int KW_GE
static final int KW_GT
static final int KW_LE
static final int KW_LT
static final int KW_KEY
static final int KW_VALUE
static final int KW_WHERE
static final int KW_NOT
static final int KW_ISBETWEEN
static final int KW_BETWEEN
static final int KW_ILIKE
static final int KW_LIKE
static final int KW_IN
static final int KW_AND
static final int KW_OR
static final int KW_SUM
static final int KW_MAX
static final int KW_MIN
static final int KW_AVG
static final int KW_COUNT
static final int KW_SELECT
static final int KW_FROM
static final int KW_LIMIT
static final int KW_BOOL_CAST
static final int KW_BYTE_CAST
static final int KW_INT_CAST
static final int KW_SHORT_CAST
static final int KW_LONG_CAST
static final int KW_FLOAT_CAST
static final int KW_DOUBLE_CAST
static final int KW_DATE_CAST
static final int KW_STRING_CAST
static final int KW_SQLDATE_CAST
static final int KW_CHAR_CAST
static final int KW_SHORT_DESC
static final int KW_SHORT_ASC
static final int KW_DESC
static final int KW_ASC
static final int KW_ORDER_BY
static final int KW_USE_CACHE
static final int KW_USE_CACHE_MANAGER
static final int KW_GROUP_BY
static final int FIXEDINT
static final int QUOTEDSTR
static final int STRING
static final int ENUMFQCLASSNAME
static final int FQCLASSNAME
static final int DEFAULT
static final String[] tokenImage
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.