org.apache.jdo.impl.jdoql.jdoqlc
Interface SemanticTokenTypes
- All Known Implementing Classes:
- Semantic
- public interface SemanticTokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
IMPORT_ON_DEMAND
public static final int IMPORT_ON_DEMAND
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
BOR
public static final int BOR
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
BAND
public static final int BAND
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
LNOT
public static final int LNOT
- See Also:
- Constant Field Values
BNOT
public static final int BNOT
- See Also:
- Constant Field Values
INT_LITERAL
public static final int INT_LITERAL
- See Also:
- Constant Field Values
LONG_LITERAL
public static final int LONG_LITERAL
- See Also:
- Constant Field Values
FLOAT_LITERAL
public static final int FLOAT_LITERAL
- See Also:
- Constant Field Values
DOUBLE_LITERAL
public static final int DOUBLE_LITERAL
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
ESC
public static final int ESC
- See Also:
- Constant Field Values
HEX_DIGIT
public static final int HEX_DIGIT
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
FLOATINGPOINT_SUFFIX
public static final int FLOATINGPOINT_SUFFIX
- See Also:
- Constant Field Values
UNICODE_ESCAPE
public static final int UNICODE_ESCAPE
- See Also:
- Constant Field Values
UNICODE_CHAR
public static final int UNICODE_CHAR
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
DIV_ASSIGN
public static final int DIV_ASSIGN
- See Also:
- Constant Field Values
PLUS_ASSIGN
public static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
INC
public static final int INC
- See Also:
- Constant Field Values
MINUS_ASSIGN
public static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
STAR_ASSIGN
public static final int STAR_ASSIGN
- See Also:
- Constant Field Values
SR
public static final int SR
- See Also:
- Constant Field Values
SL
public static final int SL
- See Also:
- Constant Field Values
BOR_ASSIGN
public static final int BOR_ASSIGN
- See Also:
- Constant Field Values
BAND_ASSIGN
public static final int BAND_ASSIGN
- See Also:
- Constant Field Values
QUERY_TREE
public static final int QUERY_TREE
- See Also:
- Constant Field Values
CANDIDATE_CLASS
public static final int CANDIDATE_CLASS
- See Also:
- Constant Field Values
PARAMETER_DECL
public static final int PARAMETER_DECL
- See Also:
- Constant Field Values
VARIABLE_DECL
public static final int VARIABLE_DECL
- See Also:
- Constant Field Values
OBJECT_EQUAL
public static final int OBJECT_EQUAL
- See Also:
- Constant Field Values
OBJECT_NOT_EQUAL
public static final int OBJECT_NOT_EQUAL
- See Also:
- Constant Field Values
COLLECTION_EQUAL
public static final int COLLECTION_EQUAL
- See Also:
- Constant Field Values
COLLECTION_NOT_EQUAL
public static final int COLLECTION_NOT_EQUAL
- See Also:
- Constant Field Values
UNARY_MINUS
public static final int UNARY_MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
public static final int UNARY_PLUS
- See Also:
- Constant Field Values
CONCAT
public static final int CONCAT
- See Also:
- Constant Field Values
CAST
public static final int CAST
- See Also:
- Constant Field Values
FIELD_ACCESS
public static final int FIELD_ACCESS
- See Also:
- Constant Field Values
STATIC_FIELD_ACCESS
public static final int STATIC_FIELD_ACCESS
- See Also:
- Constant Field Values
NAVIGATION
public static final int NAVIGATION
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
STARTS_WITH
public static final int STARTS_WITH
- See Also:
- Constant Field Values
ENDS_WITH
public static final int ENDS_WITH
- See Also:
- Constant Field Values
IS_EMPTY
public static final int IS_EMPTY
- See Also:
- Constant Field Values
VARIABLE_ACCESS
public static final int VARIABLE_ACCESS
- See Also:
- Constant Field Values
PARAMETER_ACCESS
public static final int PARAMETER_ACCESS
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
CONSTANT
public static final int CONSTANT
- See Also:
- Constant Field Values
BOOLEAN_LITERAL
public static final int BOOLEAN_LITERAL
- See Also:
- Constant Field Values
BYTE_LITERAL
public static final int BYTE_LITERAL
- See Also:
- Constant Field Values
SHORT_LITERAL
public static final int SHORT_LITERAL
- See Also:
- Constant Field Values
ARG_LIST
public static final int ARG_LIST
- See Also:
- Constant Field Values
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.