Class TokenCodes
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.expressions.parsing.TokenCodes
 
- 
 public class TokenCodes extends java.lang.ObjectCUP generated class containing symbol constants.
- 
- 
Field SummaryFields Modifier and Type Field Description static intANDstatic intBITANDstatic intBITNOTstatic intBITORstatic intBITXORstatic intBOOL_CONSTstatic intBOUND_CONSTstatic intCOMMAstatic intDIVIDEstatic intDOUBLE_CONSTstatic intEOFstatic intEQUALstatic interrorstatic intGREATERstatic intGT_EQstatic intIDENTIFIERstatic intLBRACKETstatic intLESSstatic intLIKEstatic intLONG_CONSTstatic intLPARENstatic intLSHIFTstatic intLT_EQstatic intMINUSstatic intMODstatic intMULTstatic intNOTstatic intNOTEQUALstatic intNULL_CONSTstatic intORstatic intPLUSstatic intPOWstatic intRBRACKETstatic intRPARENstatic intRSHIFTstatic intSTRING_CONSTstatic intUMINUS
 - 
Constructor SummaryConstructors Constructor Description TokenCodes()
 
- 
- 
- 
Field Detail- 
DIVIDEpublic static final int DIVIDE - See Also:
- Constant Field Values
 
 - 
POWpublic static final int POW - See Also:
- Constant Field Values
 
 - 
LBRACKETpublic static final int LBRACKET - See Also:
- Constant Field Values
 
 - 
MULTpublic static final int MULT - See Also:
- Constant Field Values
 
 - 
UMINUSpublic static final int UMINUS - See Also:
- Constant Field Values
 
 - 
DOUBLE_CONSTpublic static final int DOUBLE_CONST - See Also:
- Constant Field Values
 
 - 
NOTEQUALpublic static final int NOTEQUAL - See Also:
- Constant Field Values
 
 - 
LPARENpublic static final int LPAREN - See Also:
- Constant Field Values
 
 - 
GREATERpublic static final int GREATER - See Also:
- Constant Field Values
 
 - 
LESSpublic static final int LESS - See Also:
- Constant Field Values
 
 - 
MINUSpublic static final int MINUS - See Also:
- Constant Field Values
 
 - 
RPARENpublic static final int RPAREN - See Also:
- Constant Field Values
 
 - 
NOTpublic static final int NOT - See Also:
- Constant Field Values
 
 - 
ANDpublic static final int AND - See Also:
- Constant Field Values
 
 - 
LT_EQpublic static final int LT_EQ - See Also:
- Constant Field Values
 
 - 
ORpublic static final int OR - See Also:
- Constant Field Values
 
 - 
COMMApublic static final int COMMA - See Also:
- Constant Field Values
 
 - 
PLUSpublic static final int PLUS - See Also:
- Constant Field Values
 
 - 
EOFpublic static final int EOF - See Also:
- Constant Field Values
 
 - 
RBRACKETpublic static final int RBRACKET - See Also:
- Constant Field Values
 
 - 
EQUALpublic static final int EQUAL - See Also:
- Constant Field Values
 
 - 
errorpublic static final int error - See Also:
- Constant Field Values
 
 - 
BITORpublic static final int BITOR - See Also:
- Constant Field Values
 
 - 
LIKEpublic static final int LIKE - See Also:
- Constant Field Values
 
 - 
MODpublic static final int MOD - See Also:
- Constant Field Values
 
 - 
NULL_CONSTpublic static final int NULL_CONST - See Also:
- Constant Field Values
 
 - 
GT_EQpublic static final int GT_EQ - See Also:
- Constant Field Values
 
 - 
BITXORpublic static final int BITXOR - See Also:
- Constant Field Values
 
 - 
BOUND_CONSTpublic static final int BOUND_CONST - See Also:
- Constant Field Values
 
 - 
LONG_CONSTpublic static final int LONG_CONST - See Also:
- Constant Field Values
 
 - 
BITNOTpublic static final int BITNOT - See Also:
- Constant Field Values
 
 - 
BITANDpublic static final int BITAND - See Also:
- Constant Field Values
 
 - 
BOOL_CONSTpublic static final int BOOL_CONST - See Also:
- Constant Field Values
 
 - 
LSHIFTpublic static final int LSHIFT - See Also:
- Constant Field Values
 
 - 
STRING_CONSTpublic static final int STRING_CONST - See Also:
- Constant Field Values
 
 - 
RSHIFTpublic static final int RSHIFT - See Also:
- Constant Field Values
 
 - 
IDENTIFIERpublic static final int IDENTIFIER - See Also:
- Constant Field Values
 
 
- 
 
-