public interface CQL2ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AFTER |
static int |
AND |
static int |
ANY |
static int |
BEFORE |
static int |
BETWEEN |
static int |
COLON |
static int |
COMMA |
static int |
CONTAINS |
static int |
CROSSES |
static int |
DATE |
static int |
DATE_OPEN |
static int |
DATE_TIME |
static int |
DATEFUNC |
static int |
DE9IM_PATTERN |
static int |
DEFAULT |
static int |
DIGIT |
static int |
DIMENSION_SYMBOL |
static int |
DISJOINT |
static int |
DOLLAR |
static int |
DOUBLE_QUOTE |
static int |
DUR_DATE |
static int |
DUR_DAY |
static int |
DUR_HOUR |
static int |
DUR_MINUTE |
static int |
DUR_MONTH |
static int |
DUR_SECOND |
static int |
DUR_TIME |
static int |
DUR_YEAR |
static int |
DURATION |
static int |
DURING |
static int |
ENVELOPE |
static int |
EOF |
static int |
EQ |
static int |
EQUALS |
static int |
EXPONENT |
static int |
FALSE |
static int |
FLOATING_LITERAL |
static int |
FULL_DATE |
static int |
GEOMETRYCOLLECTION |
static int |
GT |
static int |
GTE |
static int |
IDENTIFIER |
static int |
IN |
static int |
INTEGER_LITERAL |
static int |
INTERSECTS |
static int |
INTERVAL |
static int |
IS |
static int |
LETTER |
static int |
LIKE |
static int |
LINESTRING |
static int |
LP |
static int |
LSP |
static int |
LT |
static int |
LTE |
static int |
MINUS |
static int |
MULT |
static int |
MULTILINESTRING |
static int |
MULTIPOINT |
static int |
MULTIPOLYGON |
static int |
NEQ |
static int |
NOT |
static int |
NULL |
static int |
OR |
static int |
OVERLAPS |
static int |
PERIOD |
static int |
PERIODFUNC |
static int |
PLUS |
static int |
POINT |
static int |
POLYGON |
static int |
QUOTE |
static int |
RP |
static int |
RSP |
static int |
SENTENCE_SEPARATOR |
static int |
SLASH |
static int |
STRING_LITERAL |
static int |
TEQUALS |
static int |
TIME_ZONE |
static int |
TIMESTAMPFUNC |
static String[] |
tokenImage |
static int |
TOUCHES |
static int |
TRUE |
static int |
UNKNOWN |
static int |
UTC |
static int |
UTC_TIME |
static int |
WITHIN |
static final int EOF
static final int STRING_LITERAL
static final int AND
static final int OR
static final int NOT
static final int EQ
static final int NEQ
static final int GT
static final int LT
static final int GTE
static final int LTE
static final int TRUE
static final int FALSE
static final int UNKNOWN
static final int LIKE
static final int BETWEEN
static final int IN
static final int IS
static final int NULL
static final int DATEFUNC
static final int TIMESTAMPFUNC
static final int PERIODFUNC
static final int POINT
static final int LINESTRING
static final int POLYGON
static final int MULTIPOINT
static final int MULTILINESTRING
static final int MULTIPOLYGON
static final int GEOMETRYCOLLECTION
static final int ENVELOPE
static final int TEQUALS
static final int BEFORE
static final int DURING
static final int AFTER
static final int UTC
static final int INTERVAL
static final int DATE_OPEN
static final int EQUALS
static final int DISJOINT
static final int INTERSECTS
static final int TOUCHES
static final int CROSSES
static final int WITHIN
static final int CONTAINS
static final int OVERLAPS
static final int LP
static final int RP
static final int LSP
static final int RSP
static final int COMMA
static final int SENTENCE_SEPARATOR
static final int PERIOD
static final int SLASH
static final int COLON
static final int MULT
static final int PLUS
static final int MINUS
static final int QUOTE
static final int DOUBLE_QUOTE
static final int DOLLAR
static final int INTEGER_LITERAL
static final int FLOATING_LITERAL
static final int DUR_DAY
static final int DUR_MONTH
static final int DUR_YEAR
static final int DUR_DATE
static final int DUR_HOUR
static final int DUR_MINUTE
static final int DUR_SECOND
static final int DUR_TIME
static final int DURATION
static final int FULL_DATE
static final int TIME_ZONE
static final int UTC_TIME
static final int DATE
static final int DATE_TIME
static final int IDENTIFIER
static final int ANY
static final int LETTER
static final int DIGIT
static final int EXPONENT
static final int DIMENSION_SYMBOL
static final int DE9IM_PATTERN
static final int DEFAULT
static final String[] tokenImage
Copyright © 1996–2023 Geotools. All rights reserved.