Interface ECQLParserConstants
-
- All Known Implementing Classes:
ECQLCompiler
,ECQLParser
,ECQLParserTokenManager
public interface ECQLParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
AFTER
static int
AND
static int
ANY
static int
BBOX
static int
BEFORE
static int
BETWEEN
static int
BEYOND
static int
COLON
static int
COMMA
static int
CONTAINS
static int
CROSSES
static int
DATE
static int
DATE_TIME
static int
DE9IM_PATTERN
static int
DEFAULT
static int
DIGIT
static int
DIMENSION_SYMBOL
static int
DISJOINT
static int
DOES_NOT_EXIST
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
DWITHIN
static int
ENVELOPE
static int
EOF
static int
EQ
static int
EQUALS
static int
EXCLUDE
static int
EXISTS
static int
EXPONENT
static int
FALSE
static int
FEET
static int
FLOATING_LITERAL
static int
FULL_DATE
static int
GEOMETRYCOLLECTION
static int
GT
static int
GTE
static int
ID
static int
IDENTIFIER
static int
ILIKE
static int
IN
static int
INCLUDE
static int
INTEGER_LITERAL
static int
INTERSECTS
static int
IS
static int
KILOMETERS
static int
LETTER
static int
LIKE
static int
LINESTRING
static int
LP
static int
LSP
static int
LT
static int
LTE
static int
METERS
static int
MINUS
static int
MULT
static int
MULTILINESTRING
static int
MULTIPOINT
static int
MULTIPOLYGON
static int
NAUTICAL_MILES
static int
NEQ
static int
NOT
static int
NULL
static int
OR
static int
OVERLAPS
static int
PERIOD
static int
PLUS
static int
POINT
static int
POLYGON
static int
RELATE
static int
RP
static int
RSP
static int
SENTENCE_SEPARATOR
static int
SLASH
static int
SRID
static int
STATUTE_MILES
static int
STRING_LITERAL
static int
TEQUALS
static int
TIME_ZONE
static String[]
tokenImage
static int
TOUCHES
static int
TRUE
static int
UNKNOWN
static int
UTC
static int
UTC_TIME
static int
WITHIN
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
NEQ
static final int NEQ
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
GTE
static final int GTE
- See Also:
- Constant Field Values
-
LTE
static final int LTE
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
- See Also:
- Constant Field Values
-
ILIKE
static final int ILIKE
- See Also:
- Constant Field Values
-
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
IN
static final int IN
- See Also:
- Constant Field Values
-
IS
static final int IS
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
INCLUDE
static final int INCLUDE
- See Also:
- Constant Field Values
-
EXCLUDE
static final int EXCLUDE
- See Also:
- Constant Field Values
-
POINT
static final int POINT
- See Also:
- Constant Field Values
-
LINESTRING
static final int LINESTRING
- See Also:
- Constant Field Values
-
POLYGON
static final int POLYGON
- See Also:
- Constant Field Values
-
MULTIPOINT
static final int MULTIPOINT
- See Also:
- Constant Field Values
-
MULTILINESTRING
static final int MULTILINESTRING
- See Also:
- Constant Field Values
-
MULTIPOLYGON
static final int MULTIPOLYGON
- See Also:
- Constant Field Values
-
GEOMETRYCOLLECTION
static final int GEOMETRYCOLLECTION
- See Also:
- Constant Field Values
-
ENVELOPE
static final int ENVELOPE
- See Also:
- Constant Field Values
-
SRID
static final int SRID
- See Also:
- Constant Field Values
-
TEQUALS
static final int TEQUALS
- See Also:
- Constant Field Values
-
BEFORE
static final int BEFORE
- See Also:
- Constant Field Values
-
DURING
static final int DURING
- See Also:
- Constant Field Values
-
AFTER
static final int AFTER
- See Also:
- Constant Field Values
-
UTC
static final int UTC
- See Also:
- Constant Field Values
-
EXISTS
static final int EXISTS
- See Also:
- Constant Field Values
-
DOES_NOT_EXIST
static final int DOES_NOT_EXIST
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
DISJOINT
static final int DISJOINT
- See Also:
- Constant Field Values
-
INTERSECTS
static final int INTERSECTS
- See Also:
- Constant Field Values
-
TOUCHES
static final int TOUCHES
- See Also:
- Constant Field Values
-
CROSSES
static final int CROSSES
- See Also:
- Constant Field Values
-
WITHIN
static final int WITHIN
- See Also:
- Constant Field Values
-
CONTAINS
static final int CONTAINS
- See Also:
- Constant Field Values
-
OVERLAPS
static final int OVERLAPS
- See Also:
- Constant Field Values
-
RELATE
static final int RELATE
- See Also:
- Constant Field Values
-
BBOX
static final int BBOX
- See Also:
- Constant Field Values
-
DWITHIN
static final int DWITHIN
- See Also:
- Constant Field Values
-
BEYOND
static final int BEYOND
- See Also:
- Constant Field Values
-
FEET
static final int FEET
- See Also:
- Constant Field Values
-
METERS
static final int METERS
- See Also:
- Constant Field Values
-
STATUTE_MILES
static final int STATUTE_MILES
- See Also:
- Constant Field Values
-
NAUTICAL_MILES
static final int NAUTICAL_MILES
- See Also:
- Constant Field Values
-
KILOMETERS
static final int KILOMETERS
- See Also:
- Constant Field Values
-
LP
static final int LP
- See Also:
- Constant Field Values
-
RP
static final int RP
- See Also:
- Constant Field Values
-
LSP
static final int LSP
- See Also:
- Constant Field Values
-
RSP
static final int RSP
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
SENTENCE_SEPARATOR
static final int SENTENCE_SEPARATOR
- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
MULT
static final int MULT
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
FLOATING_LITERAL
static final int FLOATING_LITERAL
- See Also:
- Constant Field Values
-
DUR_DAY
static final int DUR_DAY
- See Also:
- Constant Field Values
-
DUR_MONTH
static final int DUR_MONTH
- See Also:
- Constant Field Values
-
DUR_YEAR
static final int DUR_YEAR
- See Also:
- Constant Field Values
-
DUR_DATE
static final int DUR_DATE
- See Also:
- Constant Field Values
-
DUR_HOUR
static final int DUR_HOUR
- See Also:
- Constant Field Values
-
DUR_MINUTE
static final int DUR_MINUTE
- See Also:
- Constant Field Values
-
DUR_SECOND
static final int DUR_SECOND
- See Also:
- Constant Field Values
-
DUR_TIME
static final int DUR_TIME
- See Also:
- Constant Field Values
-
DURATION
static final int DURATION
- See Also:
- Constant Field Values
-
FULL_DATE
static final int FULL_DATE
- See Also:
- Constant Field Values
-
TIME_ZONE
static final int TIME_ZONE
- See Also:
- Constant Field Values
-
UTC_TIME
static final int UTC_TIME
- See Also:
- Constant Field Values
-
DATE
static final int DATE
- See Also:
- Constant Field Values
-
DATE_TIME
static final int DATE_TIME
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
ANY
static final int ANY
- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
-
DIMENSION_SYMBOL
static final int DIMENSION_SYMBOL
- See Also:
- Constant Field Values
-
DE9IM_PATTERN
static final int DE9IM_PATTERN
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
-
-