org.objectweb.speedo.query.jdo.parser
Interface SpeedoQLConstants
- All Known Implementing Classes:
- SpeedoQL, SpeedoQLTokenManager
public interface SpeedoQLConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
NULL
static final int NULL
- 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
INT
static final int INT
- See Also:
- Constant Field Values
BYTE
static final int BYTE
- See Also:
- Constant Field Values
CHAR
static final int CHAR
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
SHORT
static final int SHORT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LTE
static final int LTE
- See Also:
- Constant Field Values
GTE
static final int GTE
- 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
MULT
static final int MULT
- See Also:
- Constant Field Values
DIV
static final int DIV
- 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
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
BITWISEOR
static final int BITWISEOR
- See Also:
- Constant Field Values
BITWISEXOR
static final int BITWISEXOR
- See Also:
- Constant Field Values
BITWISEAND
static final int BITWISEAND
- See Also:
- Constant Field Values
BITWISECOMPL
static final int BITWISECOMPL
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- 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
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage