Interface TokenId
-
- All Known Implementing Classes:
AssignExpr,BinExpr,CallExpr,CastExpr,CodeGen,Declarator,Expr,InstanceOfExpr,JvstCodeGen,JvstTypeChecker,Lex,MemberCodeGen,MemberResolver,NewExpr,Parser,Stmnt,TypeChecker
public interface TokenId
-
-
Field Summary
Fields Modifier and Type Field Description static intABSTRACTstatic intAND_Estatic intANDANDstatic intARRAYstatic intARSHIFTstatic intARSHIFT_Estatic int[]assignOpsstatic intBadTokenstatic intBLOCKstatic intBOOLEANstatic intBREAKstatic intBYTEstatic intCALLstatic intCASEstatic intCATCHstatic intCLASSstatic intCONSTstatic intCONTINUEstatic intDECLstatic intDEFAULTstatic intDIV_Estatic intDOstatic intDOUBLEstatic intDoubleConstantstatic intELSEstatic intEQstatic intEXOR_Estatic intEXPRstatic intEXTENDSstatic intFALSEstatic intFINALstatic intFINALLYstatic intFLOATstatic intFloatConstantstatic intFORstatic intGEstatic intGOTOstatic intCHARstatic intCharConstantstatic intIdentifierstatic intIFstatic intIMPLEMENTSstatic intIMPORTstatic intINSTANCEOFstatic intINTstatic intIntConstantstatic intINTERFACEstatic intLABELstatic intLEstatic intLONGstatic intLongConstantstatic intLSHIFTstatic intLSHIFT_Estatic intMEMBERstatic intMINUS_Estatic intMINUSMINUSstatic intMOD_Estatic intMUL_Estatic intNATIVEstatic intNEQstatic intNEWstatic intNULLstatic String[]opNamesstatic intOR_Estatic intORORstatic intPACKAGEstatic intPLUS_Estatic intPLUSPLUSstatic intPRIVATEstatic intPROTECTEDstatic intPUBLICstatic intRETURNstatic intRSHIFTstatic intRSHIFT_Estatic intSHORTstatic intSTATICstatic intSTRICTstatic intStringLstatic intSUPERstatic intSWITCHstatic intSYNCHRONIZEDstatic intTHISstatic intTHROWstatic intTHROWSstatic intTRANSIENTstatic intTRUEstatic intTRYstatic intVOIDstatic intVOLATILEstatic intWHILE
-
-
-
Field Detail
-
ABSTRACT
static final int ABSTRACT
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
- See Also:
- Constant Field Values
-
CASE
static final int CASE
- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
- See Also:
- Constant Field Values
-
CONST
static final int CONST
- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
DO
static final int DO
- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
- See Also:
- Constant Field Values
-
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
-
FINAL
static final int FINAL
- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
FOR
static final int FOR
- See Also:
- Constant Field Values
-
GOTO
static final int GOTO
- See Also:
- Constant Field Values
-
IF
static final int IF
- See Also:
- Constant Field Values
-
IMPLEMENTS
static final int IMPLEMENTS
- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
INTERFACE
static final int INTERFACE
- See Also:
- Constant Field Values
-
LONG
static final int LONG
- See Also:
- Constant Field Values
-
NATIVE
static final int NATIVE
- See Also:
- Constant Field Values
-
NEW
static final int NEW
- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATE
- See Also:
- Constant Field Values
-
PROTECTED
static final int PROTECTED
- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
- See Also:
- Constant Field Values
-
STATIC
static final int STATIC
- See Also:
- Constant Field Values
-
SUPER
static final int SUPER
- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
- See Also:
- Constant Field Values
-
SYNCHRONIZED
static final int SYNCHRONIZED
- See Also:
- Constant Field Values
-
THIS
static final int THIS
- See Also:
- Constant Field Values
-
THROW
static final int THROW
- See Also:
- Constant Field Values
-
THROWS
static final int THROWS
- See Also:
- Constant Field Values
-
TRANSIENT
static final int TRANSIENT
- See Also:
- Constant Field Values
-
TRY
static final int TRY
- See Also:
- Constant Field Values
-
VOID
static final int VOID
- See Also:
- Constant Field Values
-
VOLATILE
static final int VOLATILE
- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
- See Also:
- Constant Field Values
-
STRICT
static final int STRICT
- See Also:
- Constant Field Values
-
NEQ
static final int NEQ
- See Also:
- Constant Field Values
-
MOD_E
static final int MOD_E
- See Also:
- Constant Field Values
-
AND_E
static final int AND_E
- See Also:
- Constant Field Values
-
MUL_E
static final int MUL_E
- See Also:
- Constant Field Values
-
PLUS_E
static final int PLUS_E
- See Also:
- Constant Field Values
-
MINUS_E
static final int MINUS_E
- See Also:
- Constant Field Values
-
DIV_E
static final int DIV_E
- See Also:
- Constant Field Values
-
LE
static final int LE
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
GE
static final int GE
- See Also:
- Constant Field Values
-
EXOR_E
static final int EXOR_E
- See Also:
- Constant Field Values
-
OR_E
static final int OR_E
- See Also:
- Constant Field Values
-
PLUSPLUS
static final int PLUSPLUS
- See Also:
- Constant Field Values
-
MINUSMINUS
static final int MINUSMINUS
- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
- See Also:
- Constant Field Values
-
LSHIFT_E
static final int LSHIFT_E
- See Also:
- Constant Field Values
-
RSHIFT
static final int RSHIFT
- See Also:
- Constant Field Values
-
RSHIFT_E
static final int RSHIFT_E
- See Also:
- Constant Field Values
-
OROR
static final int OROR
- See Also:
- Constant Field Values
-
ANDAND
static final int ANDAND
- See Also:
- Constant Field Values
-
ARSHIFT
static final int ARSHIFT
- See Also:
- Constant Field Values
-
ARSHIFT_E
static final int ARSHIFT_E
- See Also:
- Constant Field Values
-
opNames
static final String[] opNames
-
assignOps
static final int[] assignOps
-
Identifier
static final int Identifier
- See Also:
- Constant Field Values
-
CharConstant
static final int CharConstant
- See Also:
- Constant Field Values
-
IntConstant
static final int IntConstant
- See Also:
- Constant Field Values
-
LongConstant
static final int LongConstant
- See Also:
- Constant Field Values
-
FloatConstant
static final int FloatConstant
- See Also:
- Constant Field Values
-
DoubleConstant
static final int DoubleConstant
- See Also:
- Constant Field Values
-
StringL
static final int StringL
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
CALL
static final int CALL
- See Also:
- Constant Field Values
-
ARRAY
static final int ARRAY
- See Also:
- Constant Field Values
-
MEMBER
static final int MEMBER
- See Also:
- Constant Field Values
-
EXPR
static final int EXPR
- See Also:
- Constant Field Values
-
LABEL
static final int LABEL
- See Also:
- Constant Field Values
-
BLOCK
static final int BLOCK
- See Also:
- Constant Field Values
-
DECL
static final int DECL
- See Also:
- Constant Field Values
-
BadToken
static final int BadToken
- See Also:
- Constant Field Values
-
-