Package com.reportmill.parsing
Interface RMKeyChainParserConstants
- 
- All Known Implementing Classes:
- RMKeyChainParser,- RMKeyChainParserTokenManager
 
 public interface RMKeyChainParserConstants
- 
- 
Field SummaryFields Modifier and Type Field Description static intANDstatic intASSIGNstatic intASSIGNINCRstatic intDEFAULTstatic intDIVIDEstatic intEOFstatic intEOLstatic intEQUALstatic intFLOATstatic intGREATERTHANstatic intGREATERTHANEQUALstatic intINTstatic intKEYstatic intLESSTHANstatic intLESSTHANEQUALstatic intMINUSstatic intMODstatic intMULTIPLYstatic intNOTstatic intNOTEQUALstatic intORstatic intPLUSstatic intSTRINGstatic java.lang.String[]tokenImagestatic intWithinString
 
- 
- 
- 
Field Detail- 
EOFstatic final int EOF - See Also:
- Constant Field Values
 
 - 
KEYstatic final int KEY - See Also:
- Constant Field Values
 
 - 
INTstatic final int INT - See Also:
- Constant Field Values
 
 - 
FLOATstatic final int FLOAT - See Also:
- Constant Field Values
 
 - 
STRINGstatic final int STRING - See Also:
- Constant Field Values
 
 - 
ANDstatic final int AND - See Also:
- Constant Field Values
 
 - 
ORstatic final int OR - See Also:
- Constant Field Values
 
 - 
EQUALstatic final int EQUAL - See Also:
- Constant Field Values
 
 - 
GREATERTHANstatic final int GREATERTHAN - See Also:
- Constant Field Values
 
 - 
LESSTHANstatic final int LESSTHAN - See Also:
- Constant Field Values
 
 - 
GREATERTHANEQUALstatic final int GREATERTHANEQUAL - See Also:
- Constant Field Values
 
 - 
LESSTHANEQUALstatic final int LESSTHANEQUAL - See Also:
- Constant Field Values
 
 - 
NOTEQUALstatic final int NOTEQUAL - See Also:
- Constant Field Values
 
 - 
NOTstatic final int NOT - See Also:
- Constant Field Values
 
 - 
PLUSstatic final int PLUS - See Also:
- Constant Field Values
 
 - 
MINUSstatic final int MINUS - See Also:
- Constant Field Values
 
 - 
MULTIPLYstatic final int MULTIPLY - See Also:
- Constant Field Values
 
 - 
DIVIDEstatic final int DIVIDE - See Also:
- Constant Field Values
 
 - 
MODstatic final int MOD - See Also:
- Constant Field Values
 
 - 
ASSIGNstatic final int ASSIGN - See Also:
- Constant Field Values
 
 - 
ASSIGNINCRstatic final int ASSIGNINCR - See Also:
- Constant Field Values
 
 - 
EOLstatic final int EOL - See Also:
- Constant Field Values
 
 - 
DEFAULTstatic final int DEFAULT - See Also:
- Constant Field Values
 
 - 
WithinStringstatic final int WithinString - See Also:
- Constant Field Values
 
 - 
tokenImagestatic final java.lang.String[] tokenImage 
 
- 
 
-