Package com.reportmill.parsing
Interface RMASParserConstants
- 
- All Known Implementing Classes:
- RMASParser,- RMASParserTokenManager
 
 public interface RMASParserConstants
- 
- 
Field SummaryFields Modifier and Type Field Description static intASRstatic intASSIGNstatic intASSIGN_ADDstatic intASSIGN_ANDstatic intASSIGN_ASRstatic intASSIGN_DIVstatic intASSIGN_LSLstatic intASSIGN_LSRstatic intASSIGN_MODstatic intASSIGN_MULstatic intASSIGN_ORstatic intASSIGN_SUBstatic intASSIGN_XORstatic intBIT_ANDstatic intBIT_NOTstatic intBIT_ORstatic intBIT_XORstatic intBOOLEAN_LITERALstatic intBREAKstatic intCONTINUEstatic intDECstatic intDECIMAL_LITERALstatic intDEFAULTstatic intDIGITstatic intDIVIDEstatic intDOstatic intELSEstatic intEOFstatic intEQstatic intFORstatic intFUNCTIONstatic intGTstatic intGTEstatic intHEX_LITERALstatic intIDENTIFIERstatic intIFstatic intINstatic intINCstatic intINTEGER_LITERALstatic intLETTERstatic intLOGICAL_ANDstatic intLOGICAL_NOTstatic intLOGICAL_ORstatic intLSLstatic intLSRstatic intLTstatic intLTEstatic intMINUSstatic intMODstatic intMULTIPLYstatic intNEstatic intNEWstatic intNULL_LITERALstatic intONstatic intONCLIPEVENTstatic intPLUSstatic intRETURNstatic intSTRING_LITERALstatic java.lang.String[]tokenImagestatic intVARstatic intWHILEstatic intWITH
 
- 
- 
- 
Field Detail- 
EOFstatic final int EOF - See Also:
- Constant Field Values
 
 - 
BOOLEAN_LITERALstatic final int BOOLEAN_LITERAL - See Also:
- Constant Field Values
 
 - 
INTEGER_LITERALstatic final int INTEGER_LITERAL - See Also:
- Constant Field Values
 
 - 
DECIMAL_LITERALstatic final int DECIMAL_LITERAL - See Also:
- Constant Field Values
 
 - 
HEX_LITERALstatic final int HEX_LITERAL - See Also:
- Constant Field Values
 
 - 
STRING_LITERALstatic final int STRING_LITERAL - See Also:
- Constant Field Values
 
 - 
NULL_LITERALstatic final int NULL_LITERAL - See Also:
- Constant Field Values
 
 - 
ASSIGNstatic final int ASSIGN - See Also:
- Constant Field Values
 
 - 
ASSIGN_ADDstatic final int ASSIGN_ADD - See Also:
- Constant Field Values
 
 - 
ASSIGN_SUBstatic final int ASSIGN_SUB - See Also:
- Constant Field Values
 
 - 
ASSIGN_MULstatic final int ASSIGN_MUL - See Also:
- Constant Field Values
 
 - 
ASSIGN_DIVstatic final int ASSIGN_DIV - See Also:
- Constant Field Values
 
 - 
ASSIGN_MODstatic final int ASSIGN_MOD - See Also:
- Constant Field Values
 
 - 
ASSIGN_LSLstatic final int ASSIGN_LSL - See Also:
- Constant Field Values
 
 - 
ASSIGN_ASRstatic final int ASSIGN_ASR - See Also:
- Constant Field Values
 
 - 
ASSIGN_LSRstatic final int ASSIGN_LSR - See Also:
- Constant Field Values
 
 - 
ASSIGN_ANDstatic final int ASSIGN_AND - See Also:
- Constant Field Values
 
 - 
ASSIGN_ORstatic final int ASSIGN_OR - See Also:
- Constant Field Values
 
 - 
ASSIGN_XORstatic final int ASSIGN_XOR - See Also:
- Constant Field Values
 
 - 
LOGICAL_ANDstatic final int LOGICAL_AND - See Also:
- Constant Field Values
 
 - 
LOGICAL_ORstatic final int LOGICAL_OR - See Also:
- Constant Field Values
 
 - 
LOGICAL_NOTstatic final int LOGICAL_NOT - See Also:
- Constant Field Values
 
 - 
EQstatic final int EQ - See Also:
- Constant Field Values
 
 - 
GTstatic final int GT - See Also:
- Constant Field Values
 
 - 
LTstatic final int LT - See Also:
- Constant Field Values
 
 - 
GTEstatic final int GTE - See Also:
- Constant Field Values
 
 - 
LTEstatic final int LTE - See Also:
- Constant Field Values
 
 - 
NEstatic final int NE - See Also:
- Constant Field Values
 
 - 
BIT_ANDstatic final int BIT_AND - See Also:
- Constant Field Values
 
 - 
BIT_ORstatic final int BIT_OR - See Also:
- Constant Field Values
 
 - 
BIT_XORstatic final int BIT_XOR - See Also:
- Constant Field Values
 
 - 
BIT_NOTstatic final int BIT_NOT - See Also:
- Constant Field Values
 
 - 
LSLstatic final int LSL - See Also:
- Constant Field Values
 
 - 
LSRstatic final int LSR - See Also:
- Constant Field Values
 
 - 
ASRstatic final int ASR - 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
 
 - 
INCstatic final int INC - See Also:
- Constant Field Values
 
 - 
DECstatic final int DEC - See Also:
- Constant Field Values
 
 - 
IFstatic final int IF - See Also:
- Constant Field Values
 
 - 
ELSEstatic final int ELSE - See Also:
- Constant Field Values
 
 - 
WHILEstatic final int WHILE - See Also:
- Constant Field Values
 
 - 
DOstatic final int DO - See Also:
- Constant Field Values
 
 - 
FORstatic final int FOR - See Also:
- Constant Field Values
 
 - 
INstatic final int IN - See Also:
- Constant Field Values
 
 - 
BREAKstatic final int BREAK - See Also:
- Constant Field Values
 
 - 
CONTINUEstatic final int CONTINUE - See Also:
- Constant Field Values
 
 - 
RETURNstatic final int RETURN - See Also:
- Constant Field Values
 
 - 
WITHstatic final int WITH - See Also:
- Constant Field Values
 
 - 
NEWstatic final int NEW - See Also:
- Constant Field Values
 
 - 
FUNCTIONstatic final int FUNCTION - See Also:
- Constant Field Values
 
 - 
VARstatic final int VAR - See Also:
- Constant Field Values
 
 - 
ONCLIPEVENTstatic final int ONCLIPEVENT - See Also:
- Constant Field Values
 
 - 
ONstatic final int ON - See Also:
- Constant Field Values
 
 - 
IDENTIFIERstatic final int IDENTIFIER - See Also:
- Constant Field Values
 
 - 
LETTERstatic final int LETTER - See Also:
- Constant Field Values
 
 - 
DIGITstatic final int DIGIT - See Also:
- Constant Field Values
 
 - 
DEFAULTstatic final int DEFAULT - See Also:
- Constant Field Values
 
 - 
tokenImagestatic final java.lang.String[] tokenImage 
 
- 
 
-