Java API by
Zvi Har’El

cf
Interface JVM


interface JVM

The interface JVM defines all the symbolic constants involved in the Java class file.

Version:
$Id: JVM.java,v 1.37 2003/08/16 08:04:21 rl Exp $
Author:
Zvi Har’El
See Also:
Class source code

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

CLASS_MAGIC

static final int CLASS_MAGIC
Magic numbers identifying file formats.

See Also:
JVM Spec §4.1, Constant Field Values

JAR_MAGIC

static final int JAR_MAGIC
Magic numbers identifying file formats.

See Also:
JVM Spec §4.1, Constant Field Values

MAJOR_VERSION

static final short MAJOR_VERSION
Java class file version numbers.

See Also:
JVM Spec §4.1, Constant Field Values

MINOR_VERSION

static final short MINOR_VERSION
Java class file version numbers.

See Also:
JVM Spec §4.1, Constant Field Values

UTF8

static final byte UTF8
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

INTEGER

static final byte INTEGER
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

FLOAT

static final byte FLOAT
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

LONG

static final byte LONG
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

DOUBLE

static final byte DOUBLE
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

CLASS

static final byte CLASS
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

STRING

static final byte STRING
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

FIELDREF

static final byte FIELDREF
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

METHODREF

static final byte METHODREF
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

INTERFACEMETHODREF

static final byte INTERFACEMETHODREF
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

NAMEANDTYPE

static final byte NAMEANDTYPE
Constant pool tags.

See Also:
JVM Spec §4.4, Constant Field Values

NOP

static final byte NOP
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ACONST_NULL

static final byte ACONST_NULL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_M1

static final byte ICONST_M1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_0

static final byte ICONST_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_1

static final byte ICONST_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_2

static final byte ICONST_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_3

static final byte ICONST_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_4

static final byte ICONST_4
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ICONST_5

static final byte ICONST_5
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LCONST_0

static final byte LCONST_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LCONST_1

static final byte LCONST_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FCONST_0

static final byte FCONST_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FCONST_1

static final byte FCONST_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FCONST_2

static final byte FCONST_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DCONST_0

static final byte DCONST_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DCONST_1

static final byte DCONST_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

BIPUSH

static final byte BIPUSH
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

SIPUSH

static final byte SIPUSH
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LDC

static final byte LDC
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LDC_W

static final byte LDC_W
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LDC2_W

static final byte LDC2_W
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ILOAD

static final byte ILOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LLOAD

static final byte LLOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FLOAD

static final byte FLOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DLOAD

static final byte DLOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ALOAD

static final byte ALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ILOAD_0

static final byte ILOAD_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ILOAD_1

static final byte ILOAD_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ILOAD_2

static final byte ILOAD_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ILOAD_3

static final byte ILOAD_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LLOAD_0

static final byte LLOAD_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LLOAD_1

static final byte LLOAD_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LLOAD_2

static final byte LLOAD_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LLOAD_3

static final byte LLOAD_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FLOAD_0

static final byte FLOAD_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FLOAD_1

static final byte FLOAD_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FLOAD_2

static final byte FLOAD_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FLOAD_3

static final byte FLOAD_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DLOAD_0

static final byte DLOAD_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DLOAD_1

static final byte DLOAD_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DLOAD_2

static final byte DLOAD_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DLOAD_3

static final byte DLOAD_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ALOAD_0

static final byte ALOAD_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ALOAD_1

static final byte ALOAD_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ALOAD_2

static final byte ALOAD_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ALOAD_3

static final byte ALOAD_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IALOAD

static final byte IALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LALOAD

static final byte LALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FALOAD

static final byte FALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DALOAD

static final byte DALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

AALOAD

static final byte AALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

BALOAD

static final byte BALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

CALOAD

static final byte CALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

SALOAD

static final byte SALOAD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISTORE

static final byte ISTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSTORE

static final byte LSTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSTORE

static final byte FSTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSTORE

static final byte DSTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ASTORE

static final byte ASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISTORE_0

static final byte ISTORE_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISTORE_1

static final byte ISTORE_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISTORE_2

static final byte ISTORE_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISTORE_3

static final byte ISTORE_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSTORE_0

static final byte LSTORE_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSTORE_1

static final byte LSTORE_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSTORE_2

static final byte LSTORE_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSTORE_3

static final byte LSTORE_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSTORE_0

static final byte FSTORE_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSTORE_1

static final byte FSTORE_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSTORE_2

static final byte FSTORE_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSTORE_3

static final byte FSTORE_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSTORE_0

static final byte DSTORE_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSTORE_1

static final byte DSTORE_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSTORE_2

static final byte DSTORE_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSTORE_3

static final byte DSTORE_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ASTORE_0

static final byte ASTORE_0
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ASTORE_1

static final byte ASTORE_1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ASTORE_2

static final byte ASTORE_2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ASTORE_3

static final byte ASTORE_3
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IASTORE

static final byte IASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LASTORE

static final byte LASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FASTORE

static final byte FASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DASTORE

static final byte DASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

AASTORE

static final byte AASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

BASTORE

static final byte BASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

CASTORE

static final byte CASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

SASTORE

static final byte SASTORE
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

POP

static final byte POP
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

POP2

static final byte POP2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP

static final byte DUP
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP_X1

static final byte DUP_X1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP_X2

static final byte DUP_X2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP2

static final byte DUP2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP2_X1

static final byte DUP2_X1
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DUP2_X2

static final byte DUP2_X2
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

SWAP

static final byte SWAP
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IADD

static final byte IADD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LADD

static final byte LADD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FADD

static final byte FADD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DADD

static final byte DADD
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISUB

static final byte ISUB
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSUB

static final byte LSUB
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FSUB

static final byte FSUB
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DSUB

static final byte DSUB
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IMUL

static final byte IMUL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LMUL

static final byte LMUL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FMUL

static final byte FMUL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DMUL

static final byte DMUL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IDIV

static final byte IDIV
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LDIV

static final byte LDIV
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FDIV

static final byte FDIV
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DDIV

static final byte DDIV
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IREM

static final byte IREM
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LREM

static final byte LREM
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FREM

static final byte FREM
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DREM

static final byte DREM
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

INEG

static final byte INEG
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LNEG

static final byte LNEG
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FNEG

static final byte FNEG
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

DNEG

static final byte DNEG
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISHL

static final byte ISHL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSHL

static final byte LSHL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

ISHR

static final byte ISHR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LSHR

static final byte LSHR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IUSHR

static final byte IUSHR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LUSHR

static final byte LUSHR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IAND

static final byte IAND
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LAND

static final byte LAND
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IOR

static final byte IOR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LOR

static final byte LOR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IXOR

static final byte IXOR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LXOR

static final byte LXOR
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

IINC

static final byte IINC
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2L

static final byte I2L
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2F

static final byte I2F
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2D

static final byte I2D
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

L2I

static final byte L2I
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

L2F

static final byte L2F
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

L2D

static final byte L2D
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

F2I

static final byte F2I
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

F2L

static final byte F2L
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

F2D

static final byte F2D
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

D2I

static final byte D2I
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

D2L

static final byte D2L
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

D2F

static final byte D2F
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2B

static final byte I2B
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2C

static final byte I2C
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

I2S

static final byte I2S
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

LCMP

static final byte LCMP
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values

FCMPL

static final byte FCMPL
JVM opcodes.

See Also:
JVM Spec Chapter 10, Constant Field Values