Package com.reportmill.parsing
Interface RMASParserConstants
- 
- All Known Implementing Classes:
 RMASParser,RMASParserTokenManager
public interface RMASParserConstants 
- 
- 
Field Summary
Fields 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
- 
EOF
static final int EOF
- See Also:
 - Constant Field Values
 
 
- 
BOOLEAN_LITERAL
static final int BOOLEAN_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
NULL_LITERAL
static final int NULL_LITERAL
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN
static final int ASSIGN
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_ADD
static final int ASSIGN_ADD
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_SUB
static final int ASSIGN_SUB
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_MUL
static final int ASSIGN_MUL
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_DIV
static final int ASSIGN_DIV
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_MOD
static final int ASSIGN_MOD
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_LSL
static final int ASSIGN_LSL
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_ASR
static final int ASSIGN_ASR
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_LSR
static final int ASSIGN_LSR
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_AND
static final int ASSIGN_AND
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_OR
static final int ASSIGN_OR
- See Also:
 - Constant Field Values
 
 
- 
ASSIGN_XOR
static final int ASSIGN_XOR
- See Also:
 - Constant Field Values
 
 
- 
LOGICAL_AND
static final int LOGICAL_AND
- See Also:
 - Constant Field Values
 
 
- 
LOGICAL_OR
static final int LOGICAL_OR
- See Also:
 - Constant Field Values
 
 
- 
LOGICAL_NOT
static final int LOGICAL_NOT
- See Also:
 - Constant Field Values
 
 
- 
EQ
static final int EQ
- See Also:
 - Constant Field Values
 
 
- 
GT
static final int GT
- See Also:
 - Constant Field Values
 
 
- 
LT
static final int LT
- See Also:
 - Constant Field Values
 
 
- 
GTE
static final int GTE
- See Also:
 - Constant Field Values
 
 
- 
LTE
static final int LTE
- See Also:
 - Constant Field Values
 
 
- 
NE
static final int NE
- See Also:
 - Constant Field Values
 
 
- 
BIT_AND
static final int BIT_AND
- See Also:
 - Constant Field Values
 
 
- 
BIT_OR
static final int BIT_OR
- See Also:
 - Constant Field Values
 
 
- 
BIT_XOR
static final int BIT_XOR
- See Also:
 - Constant Field Values
 
 
- 
BIT_NOT
static final int BIT_NOT
- See Also:
 - Constant Field Values
 
 
- 
LSL
static final int LSL
- See Also:
 - Constant Field Values
 
 
- 
LSR
static final int LSR
- See Also:
 - Constant Field Values
 
 
- 
ASR
static final int ASR
- See Also:
 - Constant Field Values
 
 
- 
PLUS
static final int PLUS
- See Also:
 - Constant Field Values
 
 
- 
MINUS
static final int MINUS
- See Also:
 - Constant Field Values
 
 
- 
MULTIPLY
static final int MULTIPLY
- See Also:
 - Constant Field Values
 
 
- 
DIVIDE
static final int DIVIDE
- See Also:
 - Constant Field Values
 
 
- 
MOD
static final int MOD
- See Also:
 - Constant Field Values
 
 
- 
INC
static final int INC
- See Also:
 - Constant Field Values
 
 
- 
DEC
static final int DEC
- See Also:
 - Constant Field Values
 
 
- 
IF
static final int IF
- See Also:
 - Constant Field Values
 
 
- 
ELSE
static final int ELSE
- See Also:
 - Constant Field Values
 
 
- 
WHILE
static final int WHILE
- See Also:
 - Constant Field Values
 
 
- 
DO
static final int DO
- See Also:
 - Constant Field Values
 
 
- 
FOR
static final int FOR
- See Also:
 - Constant Field Values
 
 
- 
IN
static final int IN
- See Also:
 - Constant Field Values
 
 
- 
BREAK
static final int BREAK
- See Also:
 - Constant Field Values
 
 
- 
CONTINUE
static final int CONTINUE
- See Also:
 - Constant Field Values
 
 
- 
RETURN
static final int RETURN
- See Also:
 - Constant Field Values
 
 
- 
WITH
static final int WITH
- See Also:
 - Constant Field Values
 
 
- 
NEW
static final int NEW
- See Also:
 - Constant Field Values
 
 
- 
FUNCTION
static final int FUNCTION
- See Also:
 - Constant Field Values
 
 
- 
VAR
static final int VAR
- See Also:
 - Constant Field Values
 
 
- 
ONCLIPEVENT
static final int ONCLIPEVENT
- See Also:
 - Constant Field Values
 
 
- 
ON
static final int ON
- See Also:
 - Constant Field Values
 
 
- 
IDENTIFIER
static final int IDENTIFIER
- See Also:
 - Constant Field Values
 
 
- 
LETTER
static final int LETTER
- See Also:
 - Constant Field Values
 
 
- 
DIGIT
static final int DIGIT
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT
static final int DEFAULT
- See Also:
 - Constant Field Values
 
 
- 
tokenImage
static final java.lang.String[] tokenImage
 
 - 
 
 -