Class sym
- java.lang.Object
-
- org.objectweb.joram.shared.selectors.sym
-
public class sym extends Object
CUP generated class containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intANDstatic intBETWEENstatic intBOOLEANstatic intCOMMAstatic intDIVIDEstatic intDOUBLEstatic intEOFstatic intEQstatic interrorstatic intESCAPEstatic intFLOATstatic intGEstatic intGTstatic intIDstatic intINstatic intINTstatic intISstatic intLEstatic intLIKEstatic intLONGstatic intLPARENstatic intLTstatic intMIN_LONGstatic intMINUSstatic intNEQstatic intNOTstatic intNOTBETWEENstatic intNULLstatic intORstatic intPLUSstatic intRPARENstatic intSHORTstatic intSTRINGstatic intTIMESstatic intUMINUS
-
Constructor Summary
Constructors Constructor Description sym()
-
-
-
Field Detail
-
TIMES
public static final int TIMES
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
IS
public static final int IS
- 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
-
INT
public static final int INT
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
-
MIN_LONG
public static final int MIN_LONG
- See Also:
- Constant Field Values
-
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
LE
public static final int LE
- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
-
NOTBETWEEN
public static final int NOTBETWEEN
- See Also:
- Constant Field Values
-
GE
public static final int GE
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
ESCAPE
public static final int ESCAPE
- See Also:
- Constant Field Values
-
error
public static final int error
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
NEQ
public static final int NEQ
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
UMINUS
public static final int UMINUS
- See Also:
- Constant Field Values
-
-