Package javassist.compiler
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 int
ABSTRACT
static int
AND_E
static int
ANDAND
static int
ARRAY
static int
ARSHIFT
static int
ARSHIFT_E
static int[]
assignOps
static int
BadToken
static int
BLOCK
static int
BOOLEAN
static int
BREAK
static int
BYTE
static int
CALL
static int
CASE
static int
CATCH
static int
CHAR
static int
CharConstant
static int
CLASS
static int
CONST
static int
CONTINUE
static int
DECL
static int
DEFAULT
static int
DIV_E
static int
DO
static int
DOUBLE
static int
DoubleConstant
static int
ELSE
static int
EQ
static int
EXOR_E
static int
EXPR
static int
EXTENDS
static int
FALSE
static int
FINAL
static int
FINALLY
static int
FLOAT
static int
FloatConstant
static int
FOR
static int
GE
static int
GOTO
static int
Identifier
static int
IF
static int
IMPLEMENTS
static int
IMPORT
static int
INSTANCEOF
static int
INT
static int
IntConstant
static int
INTERFACE
static int
LABEL
static int
LE
static int
LONG
static int
LongConstant
static int
LSHIFT
static int
LSHIFT_E
static int
MEMBER
static int
MINUS_E
static int
MINUSMINUS
static int
MOD_E
static int
MUL_E
static int
NATIVE
static int
NEQ
static int
NEW
static int
NULL
static java.lang.String[]
opNames
static int
OR_E
static int
OROR
static int
PACKAGE
static int
PLUS_E
static int
PLUSPLUS
static int
PRIVATE
static int
PROTECTED
static int
PUBLIC
static int
RETURN
static int
RSHIFT
static int
RSHIFT_E
static int
SHORT
static int
STATIC
static int
STRICT
static int
StringL
static int
SUPER
static int
SWITCH
static int
SYNCHRONIZED
static int
THIS
static int
THROW
static int
THROWS
static int
TRANSIENT
static int
TRUE
static int
TRY
static int
VOID
static int
VOLATILE
static int
WHILE
-
-
-
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 java.lang.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
-
-