Class TokenCodes
- java.lang.Object
-
- com.inductiveautomation.ignition.common.expressions.parsing.TokenCodes
-
public class TokenCodes extends java.lang.Object
CUP generated class containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AND
static int
BITAND
static int
BITNOT
static int
BITOR
static int
BITXOR
static int
BOOL_CONST
static int
BOUND_CONST
static int
COMMA
static int
DIVIDE
static int
DOUBLE_CONST
static int
EOF
static int
EQUAL
static int
error
static int
GREATER
static int
GT_EQ
static int
IDENTIFIER
static int
LBRACKET
static int
LESS
static int
LIKE
static int
LONG_CONST
static int
LPAREN
static int
LSHIFT
static int
LT_EQ
static int
MINUS
static int
MOD
static int
MULT
static int
NOT
static int
NOTEQUAL
static int
NULL_CONST
static int
OR
static int
PLUS
static int
POW
static int
RBRACKET
static int
RPAREN
static int
RSHIFT
static int
STRING_CONST
static int
UMINUS
-
Constructor Summary
Constructors Constructor Description TokenCodes()
-
-
-
Field Detail
-
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
-
POW
public static final int POW
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
MULT
public static final int MULT
- See Also:
- Constant Field Values
-
UMINUS
public static final int UMINUS
- See Also:
- Constant Field Values
-
DOUBLE_CONST
public static final int DOUBLE_CONST
- See Also:
- Constant Field Values
-
NOTEQUAL
public static final int NOTEQUAL
- See Also:
- Constant Field Values
-
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
-
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
-
LESS
public static final int LESS
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
LT_EQ
public static final int LT_EQ
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
-
error
public static final int error
- See Also:
- Constant Field Values
-
BITOR
public static final int BITOR
- See Also:
- Constant Field Values
-
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
-
MOD
public static final int MOD
- See Also:
- Constant Field Values
-
NULL_CONST
public static final int NULL_CONST
- See Also:
- Constant Field Values
-
GT_EQ
public static final int GT_EQ
- See Also:
- Constant Field Values
-
BITXOR
public static final int BITXOR
- See Also:
- Constant Field Values
-
BOUND_CONST
public static final int BOUND_CONST
- See Also:
- Constant Field Values
-
LONG_CONST
public static final int LONG_CONST
- See Also:
- Constant Field Values
-
BITNOT
public static final int BITNOT
- See Also:
- Constant Field Values
-
BITAND
public static final int BITAND
- See Also:
- Constant Field Values
-
BOOL_CONST
public static final int BOOL_CONST
- See Also:
- Constant Field Values
-
LSHIFT
public static final int LSHIFT
- See Also:
- Constant Field Values
-
STRING_CONST
public static final int STRING_CONST
- See Also:
- Constant Field Values
-
RSHIFT
public static final int RSHIFT
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
-