|
Java API by Zvi Har’El |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface JVM
The interface JVM defines all the symbolic constants involved in the Java class file.
| Field Summary | |
|---|---|
static byte |
AALOAD
JVM opcodes. |
static byte |
AASTORE
JVM opcodes. |
static byte |
ACONST_NULL
JVM opcodes. |
static byte |
ALOAD
JVM opcodes. |
static byte |
ALOAD_0
JVM opcodes. |
static byte |
ALOAD_1
JVM opcodes. |
static byte |
ALOAD_2
JVM opcodes. |
static byte |
ALOAD_3
JVM opcodes. |
static byte |
ANEWARRAY
JVM opcodes. |
static byte |
ARETURN
JVM opcodes. |
static byte |
ARRAYLENGTH
JVM opcodes. |
static byte |
ASTORE
JVM opcodes. |
static byte |
ASTORE_0
JVM opcodes. |
static byte |
ASTORE_1
JVM opcodes. |
static byte |
ASTORE_2
JVM opcodes. |
static byte |
ASTORE_3
JVM opcodes. |
static byte |
ATHROW
JVM opcodes. |
static byte |
BALOAD
JVM opcodes. |
static byte |
BASTORE
JVM opcodes. |
static byte |
BIPUSH
JVM opcodes. |
static byte |
CALOAD
JVM opcodes. |
static byte |
CASTORE
JVM opcodes. |
static byte |
CHECKCAST
JVM opcodes. |
static byte |
CLASS
Constant pool tags. |
static int |
CLASS_MAGIC
Magic numbers identifying file formats. |
static byte |
D2F
JVM opcodes. |
static byte |
D2I
JVM opcodes. |
static byte |
D2L
JVM opcodes. |
static byte |
DADD
JVM opcodes. |
static byte |
DALOAD
JVM opcodes. |
static byte |
DASTORE
JVM opcodes. |
static byte |
DCMPG
JVM opcodes. |
static byte |
DCMPL
JVM opcodes. |
static byte |
DCONST_0
JVM opcodes. |
static byte |
DCONST_1
JVM opcodes. |
static byte |
DDIV
JVM opcodes. |
static byte |
DLOAD
JVM opcodes. |
static byte |
DLOAD_0
JVM opcodes. |
static byte |
DLOAD_1
JVM opcodes. |
static byte |
DLOAD_2
JVM opcodes. |
static byte |
DLOAD_3
JVM opcodes. |
static byte |
DMUL
JVM opcodes. |
static byte |
DNEG
JVM opcodes. |
static byte |
DOUBLE
Constant pool tags. |
static byte |
DREM
JVM opcodes. |
static byte |
DRETURN
JVM opcodes. |
static byte |
DSTORE
JVM opcodes. |
static byte |
DSTORE_0
JVM opcodes. |
static byte |
DSTORE_1
JVM opcodes. |
static byte |
DSTORE_2
JVM opcodes. |
static byte |
DSTORE_3
JVM opcodes. |
static byte |
DSUB
JVM opcodes. |
static byte |
DUP
JVM opcodes. |
static byte |
DUP_X1
JVM opcodes. |
static byte |
DUP_X2
JVM opcodes. |
static byte |
DUP2
JVM opcodes. |
static byte |
DUP2_X1
JVM opcodes. |
static byte |
DUP2_X2
JVM opcodes. |
static byte |
F2D
JVM opcodes. |
static byte |
F2I
JVM opcodes. |
static byte |
F2L
JVM opcodes. |
static byte |
FADD
JVM opcodes. |
static byte |
FALOAD
JVM opcodes. |
static byte |
FASTORE
JVM opcodes. |
static byte |
FCMPG
JVM opcodes. |
static byte |
FCMPL
JVM opcodes. |
static byte |
FCONST_0
JVM opcodes. |
static byte |
FCONST_1
JVM opcodes. |
static byte |
FCONST_2
JVM opcodes. |
static byte |
FDIV
JVM opcodes. |
static byte |
FIELDREF
Constant pool tags. |
static byte |
FLOAD
JVM opcodes. |
static byte |
FLOAD_0
JVM opcodes. |
static byte |
FLOAD_1
JVM opcodes. |
static byte |
FLOAD_2
JVM opcodes. |
static byte |
FLOAD_3
JVM opcodes. |
static byte |
FLOAT
Constant pool tags. |
static byte |
FMUL
JVM opcodes. |
static byte |
FNEG
JVM opcodes. |
static byte |
FREM
JVM opcodes. |
static byte |
FRETURN
JVM opcodes. |
static byte |
FSTORE
JVM opcodes. |
static byte |
FSTORE_0
JVM opcodes. |
static byte |
FSTORE_1
JVM opcodes. |
static byte |
FSTORE_2
JVM opcodes. |
static byte |
FSTORE_3
JVM opcodes. |
static byte |
FSUB
JVM opcodes. |
static byte |
GETFIELD
JVM opcodes. |
static byte |
GETSTATIC
JVM opcodes. |
static byte |
GOTO
JVM opcodes. |
static byte |
GOTO_W
JVM opcodes. |
static byte |
I2B
JVM opcodes. |
static byte |
I2C
JVM opcodes. |
static byte |
I2D
JVM opcodes. |
static byte |
I2F
JVM opcodes. |
static byte |
I2L
JVM opcodes. |
static byte |
I2S
JVM opcodes. |
static byte |
IADD
JVM opcodes. |
static byte |
IALOAD
JVM opcodes. |
static byte |
IAND
JVM opcodes. |
static byte |
IASTORE
JVM opcodes. |
static byte |
ICONST_0
JVM opcodes. |
static byte |
ICONST_1
JVM opcodes. |
static byte |
ICONST_2
JVM opcodes. |
static byte |
ICONST_3
JVM opcodes. |
static byte |
ICONST_4
JVM opcodes. |
static byte |
ICONST_5
JVM opcodes. |
static byte |
ICONST_M1
JVM opcodes. |
static byte |
IDIV
JVM opcodes. |
static byte |
IF_ACMPEQ
JVM opcodes. |
static byte |
IF_ACMPNE
JVM opcodes. |
static byte |
IF_ICMPEQ
JVM opcodes. |
static byte |
IF_ICMPGE
JVM opcodes. |
static byte |
IF_ICMPGT
JVM opcodes. |
static byte |
IF_ICMPLE
JVM opcodes. |
static byte |
IF_ICMPLT
JVM opcodes. |
static byte |
IF_ICMPNE
JVM opcodes. |
static byte |
IFEQ
JVM opcodes. |
static byte |
IFGE
JVM opcodes. |
static byte |
IFGT
JVM opcodes. |
static byte |
IFLE
JVM opcodes. |
static byte |
IFLT
JVM opcodes. |
static byte |
IFNE
JVM opcodes. |
static byte |
IFNONNULL
JVM opcodes. |
static byte |
IFNULL
JVM opcodes. |
static byte |
IINC
JVM opcodes. |
static byte |
ILOAD
JVM opcodes. |
static byte |
ILOAD_0
JVM opcodes. |
static byte |
ILOAD_1
JVM opcodes. |
static byte |
ILOAD_2
JVM opcodes. |
static byte |
ILOAD_3
JVM opcodes. |
static byte |
IMUL
JVM opcodes. |
static byte |
INEG
JVM opcodes. |
static byte |
INSTANCEOF
JVM opcodes. |
static byte |
INTEGER
Constant pool tags. |
static byte |
INTERFACEMETHODREF
Constant pool tags. |
static byte |
INVOKEINTERFACE
JVM opcodes. |
static byte |
INVOKESPECIAL
JVM opcodes. |
static byte |
INVOKESTATIC
JVM opcodes. |
static byte |
INVOKEVIRTUAL
JVM opcodes. |
static byte |
IOR
JVM opcodes. |
static byte |
IREM
JVM opcodes. |
static byte |
IRETURN
JVM opcodes. |
static byte |
ISHL
JVM opcodes. |
static byte |
ISHR
JVM opcodes. |
static byte |
ISTORE
JVM opcodes. |
static byte |
ISTORE_0
JVM opcodes. |
static byte |
ISTORE_1
JVM opcodes. |
static byte |
ISTORE_2
JVM opcodes. |
static byte |
ISTORE_3
JVM opcodes. |
static byte |
ISUB
JVM opcodes. |
static byte |
IUSHR
JVM opcodes. |
static byte |
IXOR
JVM opcodes. |
static int |
JAR_MAGIC
Magic numbers identifying file formats. |
static byte |
JSR
JVM opcodes. |
static byte |
JSR_W
JVM opcodes. |
static byte |
L2D
JVM opcodes. |
static byte |
L2F
JVM opcodes. |
static byte |
L2I
JVM opcodes. |
static byte |
LADD
JVM opcodes. |
static byte |
LALOAD
JVM opcodes. |
static byte |
LAND
JVM opcodes. |
static byte |
LASTORE
JVM opcodes. |
static byte |
LCMP
JVM opcodes. |
static byte |
LCONST_0
JVM opcodes. |
static byte |
LCONST_1
JVM opcodes. |
static byte |
LDC
JVM opcodes. |
static byte |
LDC_W
JVM opcodes. |
static byte |
LDC2_W
JVM opcodes. |
static byte |
LDIV
JVM opcodes. |
static byte |
LLOAD
JVM opcodes. |
static byte |
LLOAD_0
JVM opcodes. |
static byte |
LLOAD_1
JVM opcodes. |
static byte |
LLOAD_2
JVM opcodes. |
static byte |
LLOAD_3
JVM opcodes. |
static byte |
LMUL
JVM opcodes. |
static byte |
LNEG
JVM opcodes. |
static byte |
LONG
Constant pool tags. |
static byte |
LOOKUPSWITCH
JVM opcodes. |
static byte |
LOR
JVM opcodes. |
static byte |
LREM
JVM opcodes. |
static byte |
LRETURN
JVM opcodes. |
static byte |
LSHL
JVM opcodes. |
static byte |
LSHR
JVM opcodes. |
static byte |
LSTORE
JVM opcodes. |
static byte |
LSTORE_0
JVM opcodes. |
static byte |
LSTORE_1
JVM opcodes. |
static byte |
LSTORE_2
JVM opcodes. |
static byte |
LSTORE_3
JVM opcodes. |
static byte |
LSUB
JVM opcodes. |
static byte |
LUSHR
JVM opcodes. |
static byte |
LXOR
JVM opcodes. |
static short |
MAJOR_VERSION
Java class file version numbers. |
static byte |
METHODREF
Constant pool tags. |
static short |
MINOR_VERSION
Java class file version numbers. |
static byte |
MONITORENTER
JVM opcodes. |
static byte |
MONITOREXIT
JVM opcodes. |
static byte |
MULTIANEWARRAY
JVM opcodes. |
static byte |
NAMEANDTYPE
Constant pool tags. |
static byte |
NEW
JVM opcodes. |
static byte |
NEWARRAY
JVM opcodes. |
static byte |
NOP
JVM opcodes. |
static byte |
POP
JVM opcodes. |
static byte |
POP2
JVM opcodes. |
static byte |
PUTFIELD
JVM opcodes. |
static byte |
PUTSTATIC
JVM opcodes. |
static byte |
RET
JVM opcodes. |
static byte |
RETURN
JVM opcodes. |
static byte |
SALOAD
JVM opcodes. |
static byte |
SASTORE
JVM opcodes. |
static byte |
SIPUSH
JVM opcodes. |
static byte |
STRING
Constant pool tags. |
static byte |
SWAP
JVM opcodes. |
static byte |
T_BOOLEAN
Array types. |
static byte |
T_BYTE
Array types. |
static byte |
T_CHAR
Array types. |
static byte |
T_DOUBLE
Array types. |
static byte |
T_FLOAT
Array types. |
static byte |
T_INT
Array types. |
static byte |
T_LONG
Array types. |
static byte |
T_SHORT
Array types. |
static byte |
TABLESWITCH
JVM opcodes. |
static byte |
UTF8
Constant pool tags. |
static byte |
WIDE
JVM opcodes. |
| Field Detail |
|---|
static final int CLASS_MAGIC
static final int JAR_MAGIC
static final short MAJOR_VERSION
static final short MINOR_VERSION
static final byte UTF8
static final byte INTEGER
static final byte FLOAT
static final byte LONG
static final byte DOUBLE
static final byte CLASS
static final byte STRING
static final byte FIELDREF
static final byte METHODREF
static final byte INTERFACEMETHODREF
static final byte NAMEANDTYPE
static final byte NOP
static final byte ACONST_NULL
static final byte ICONST_M1
static final byte ICONST_0
static final byte ICONST_1
static final byte ICONST_2
static final byte ICONST_3
static final byte ICONST_4
static final byte ICONST_5
static final byte LCONST_0
static final byte LCONST_1
static final byte FCONST_0
static final byte FCONST_1
static final byte FCONST_2
static final byte DCONST_0
static final byte DCONST_1
static final byte BIPUSH
static final byte SIPUSH
static final byte LDC
static final byte LDC_W
static final byte LDC2_W
static final byte ILOAD
static final byte LLOAD
static final byte FLOAD
static final byte DLOAD
static final byte ALOAD
static final byte ILOAD_0
static final byte ILOAD_1
static final byte ILOAD_2
static final byte ILOAD_3
static final byte LLOAD_0
static final byte LLOAD_1
static final byte LLOAD_2
static final byte LLOAD_3
static final byte FLOAD_0
static final byte FLOAD_1
static final byte FLOAD_2
static final byte FLOAD_3
static final byte DLOAD_0
static final byte DLOAD_1
static final byte DLOAD_2
static final byte DLOAD_3
static final byte ALOAD_0
static final byte ALOAD_1
static final byte ALOAD_2
static final byte ALOAD_3
static final byte IALOAD
static final byte LALOAD
static final byte FALOAD
static final byte DALOAD
static final byte AALOAD
static final byte BALOAD
static final byte CALOAD
static final byte SALOAD
static final byte ISTORE
static final byte LSTORE
static final byte FSTORE
static final byte DSTORE
static final byte ASTORE
static final byte ISTORE_0
static final byte ISTORE_1
static final byte ISTORE_2
static final byte ISTORE_3
static final byte LSTORE_0
static final byte LSTORE_1
static final byte LSTORE_2
static final byte LSTORE_3
static final byte FSTORE_0
static final byte FSTORE_1
static final byte FSTORE_2
static final byte FSTORE_3
static final byte DSTORE_0
static final byte DSTORE_1
static final byte DSTORE_2
static final byte DSTORE_3
static final byte ASTORE_0
static final byte ASTORE_1
static final byte ASTORE_2
static final byte ASTORE_3
static final byte IASTORE
static final byte LASTORE
static final byte FASTORE
static final byte DASTORE
static final byte AASTORE
static final byte BASTORE
static final byte CASTORE
static final byte SASTORE
static final byte POP
static final byte POP2
static final byte DUP
static final byte DUP_X1
static final byte DUP_X2
static final byte DUP2
static final byte DUP2_X1
static final byte DUP2_X2
static final byte SWAP
static final byte IADD
static final byte LADD
static final byte FADD
static final byte DADD
static final byte ISUB
static final byte LSUB
static final byte FSUB
static final byte DSUB
static final byte IMUL
static final byte LMUL
static final byte FMUL
static final byte DMUL
static final byte IDIV
static final byte LDIV
static final byte FDIV
static final byte DDIV
static final byte IREM
static final byte LREM
static final byte FREM
static final byte DREM
static final byte INEG
static final byte LNEG
static final byte FNEG
static final byte DNEG
static final byte ISHL
static final byte LSHL
static final byte ISHR
static final byte LSHR
static final byte IUSHR
static final byte LUSHR
static final byte IAND
static final byte LAND
static final byte IOR
static final byte LOR
static final byte IXOR
static final byte LXOR
static final byte IINC
static final byte I2L
static final byte I2F
static final byte I2D
static final byte L2I
static final byte L2F
static final byte L2D
static final byte F2I
static final byte F2L
static final byte F2D
static final byte D2I
static final byte D2L
static final byte D2F
static final byte I2B
static final byte I2C
static final byte I2S
static final byte LCMP
static final byte FCMPL