ej-technologies

org.gjt.jclasslib.bytecode
Interface Opcodes

All Known Implementing Classes:
AbstractInstruction, ByteCodeReader, OpcodesUtil

public interface Opcodes

Defines all opcodes and their verbose representation as well as the type codes for the newarray instruction.

Version:
$Revision: 1.2 $ $Date: 2002/02/27 16:47:43 $
Author:
Ingo Kegel

Field Summary
static int NEWARRAY_T_BOOLEAN
           
static int NEWARRAY_T_BYTE
           
static int NEWARRAY_T_CHAR
           
static int NEWARRAY_T_DOUBLE
           
static int NEWARRAY_T_FLOAT
           
static int NEWARRAY_T_INT
           
static int NEWARRAY_T_LONG
           
static int NEWARRAY_T_SHORT
           
static int OPCODE_AALOAD
           
static int OPCODE_AASTORE
           
static int OPCODE_ACONST_NULL
           
static int OPCODE_ALOAD
           
static int OPCODE_ALOAD_0
           
static int OPCODE_ALOAD_1
           
static int OPCODE_ALOAD_2
           
static int OPCODE_ALOAD_3
           
static int OPCODE_ANEWARRAY
           
static int OPCODE_ARETURN
           
static int OPCODE_ARRAYLENGTH
           
static int OPCODE_ASTORE
           
static int OPCODE_ASTORE_0
           
static int OPCODE_ASTORE_1
           
static int OPCODE_ASTORE_2
           
static int OPCODE_ASTORE_3
           
static int OPCODE_ATHROW
           
static int OPCODE_BALOAD
           
static int OPCODE_BASTORE
           
static int OPCODE_BIPUSH
           
static int OPCODE_BREAKPOINT
           
static int OPCODE_CALOAD
           
static int OPCODE_CASTORE
           
static int OPCODE_CHECKCAST
           
static int OPCODE_D2F
           
static int OPCODE_D2I
           
static int OPCODE_D2L
           
static int OPCODE_DADD
           
static int OPCODE_DALOAD
           
static int OPCODE_DASTORE
           
static int OPCODE_DCMPG
           
static int OPCODE_DCMPL
           
static int OPCODE_DCONST_0
           
static int OPCODE_DCONST_1
           
static int OPCODE_DDIV
           
static int OPCODE_DLOAD
           
static int OPCODE_DLOAD_0
           
static int OPCODE_DLOAD_1
           
static int OPCODE_DLOAD_2
           
static int OPCODE_DLOAD_3
           
static int OPCODE_DMUL
           
static int OPCODE_DNEG
           
static int OPCODE_DREM
           
static int OPCODE_DRETURN
           
static int OPCODE_DSTORE
           
static int OPCODE_DSTORE_0
           
static int OPCODE_DSTORE_1
           
static int OPCODE_DSTORE_2
           
static int OPCODE_DSTORE_3
           
static int OPCODE_DSUB
           
static int OPCODE_DUP
           
static int OPCODE_DUP_X1
           
static int OPCODE_DUP_X2
           
static int OPCODE_DUP2
           
static int OPCODE_DUP2_X1
           
static int OPCODE_DUP2_X2
           
static int OPCODE_F2D
           
static int OPCODE_F2I
           
static int OPCODE_F2L
           
static int OPCODE_FADD
           
static int OPCODE_FALOAD
           
static int OPCODE_FASTORE
           
static int OPCODE_FCMPG
           
static int OPCODE_FCMPL
           
static int OPCODE_FCONST_0
           
static int OPCODE_FCONST_1
           
static int OPCODE_FCONST_2
           
static int OPCODE_FDIV
           
static int OPCODE_FLOAD
           
static int OPCODE_FLOAD_0
           
static int OPCODE_FLOAD_1
           
static int OPCODE_FLOAD_2
           
static int OPCODE_FLOAD_3
           
static int OPCODE_FMUL
           
static int OPCODE_FNEG
           
static int OPCODE_FREM
           
static int OPCODE_FRETURN
           
static int OPCODE_FSTORE
           
static int OPCODE_FSTORE_0
           
static int OPCODE_FSTORE_1
           
static int OPCODE_FSTORE_2
           
static int OPCODE_FSTORE_3
           
static int OPCODE_FSUB
           
static int OPCODE_GETFIELD
           
static int OPCODE_GETSTATIC
           
static int OPCODE_GOTO
           
static int OPCODE_GOTO_W
           
static int OPCODE_I2B
           
static int OPCODE_I2C
           
static int OPCODE_I2D
           
static int OPCODE_I2F
           
static int OPCODE_I2L
           
static int OPCODE_I2S
           
static int OPCODE_IADD
           
static int OPCODE_IALOAD
           
static int OPCODE_IAND
           
static int OPCODE_IASTORE
           
static int OPCODE_ICONST_0
           
static int OPCODE_ICONST_1
           
static int OPCODE_ICONST_2
           
static int OPCODE_ICONST_3
           
static int OPCODE_ICONST_4
           
static int OPCODE_ICONST_5
           
static int OPCODE_ICONST_M1
           
static int OPCODE_IDIV
           
static int OPCODE_IF_ACMPEQ
           
static int OPCODE_IF_ACMPNE
           
static int OPCODE_IF_ICMPEQ
           
static int OPCODE_IF_ICMPGE
           
static int OPCODE_IF_ICMPGT
           
static int OPCODE_IF_ICMPLE
           
static int OPCODE_IF_ICMPLT
           
static int OPCODE_IF_ICMPNE
           
static int OPCODE_IFEQ
           
static int OPCODE_IFGE
           
static int OPCODE_IFGT
           
static int OPCODE_IFLE
           
static int OPCODE_IFLT
           
static int OPCODE_IFNE
           
static int OPCODE_IFNONNULL
           
static int OPCODE_IFNULL
           
static int OPCODE_IINC
           
static int OPCODE_ILOAD
           
static int OPCODE_ILOAD_0
           
static int OPCODE_ILOAD_1
           
static int OPCODE_ILOAD_2
           
static int OPCODE_ILOAD_3
           
static int OPCODE_IMPDEP1
           
static int OPCODE_IMPDEP2
           
static int OPCODE_IMUL
           
static int OPCODE_INEG
           
static int OPCODE_INSTANCEOF
           
static int OPCODE_INVOKEINTERFACE
           
static int OPCODE_INVOKESPECIAL
           
static int OPCODE_INVOKESTATIC
           
static int OPCODE_INVOKEVIRTUAL
           
static int OPCODE_IOR
           
static int OPCODE_IREM
           
static int OPCODE_IRETURN
           
static int OPCODE_ISHL
           
static int OPCODE_ISHR
           
static int OPCODE_ISTORE
           
static int OPCODE_ISTORE_0
           
static int OPCODE_ISTORE_1
           
static int OPCODE_ISTORE_2
           
static int OPCODE_ISTORE_3
           
static int OPCODE_ISUB
           
static int OPCODE_IUSHR
           
static int OPCODE_IXOR
           
static int OPCODE_JSR
           
static int OPCODE_JSR_W
           
static int OPCODE_L2D
           
static int OPCODE_L2F
           
static int OPCODE_L2I
           
static int OPCODE_LADD
           
static int OPCODE_LALOAD
           
static int OPCODE_LAND
           
static int OPCODE_LASTORE
           
static int OPCODE_LCMP
           
static int OPCODE_LCONST_0
           
static int OPCODE_LCONST_1
           
static int OPCODE_LDC
           
static int OPCODE_LDC_W
           
static int OPCODE_LDC2_W
           
static int OPCODE_LDIV
           
static int OPCODE_LLOAD
           
static int OPCODE_LLOAD_0
           
static int OPCODE_LLOAD_1
           
static int OPCODE_LLOAD_2
           
static int OPCODE_LLOAD_3
           
static int OPCODE_LMUL
           
static int OPCODE_LNEG
           
static int OPCODE_LOOKUPSWITCH
           
static int OPCODE_LOR
           
static int OPCODE_LREM
           
static int OPCODE_LRETURN
           
static int OPCODE_LSHL
           
static int OPCODE_LSHR
           
static int OPCODE_LSTORE
           
static int OPCODE_LSTORE_0
           
static int OPCODE_LSTORE_1
           
static int OPCODE_LSTORE_2
           
static int OPCODE_LSTORE_3
           
static int OPCODE_LSUB
           
static int OPCODE_LUSHR
           
static int OPCODE_LXOR
           
static int OPCODE_MONITORENTER
           
static int OPCODE_MONITOREXIT
           
static int OPCODE_MULTIANEWARRAY
           
static int OPCODE_NEW
           
static int OPCODE_NEWARRAY
           
static int OPCODE_NOP
           
static int OPCODE_POP
           
static int OPCODE_POP2
           
static int OPCODE_PUTFIELD
           
static int OPCODE_PUTSTATIC
           
static int OPCODE_RET
           
static int OPCODE_RETURN
           
static int OPCODE_SALOAD
           
static int OPCODE_SASTORE
           
static int OPCODE_SIPUSH
           
static int OPCODE_SWAP
           
static int OPCODE_TABLESWITCH
           
static int OPCODE_WIDE
           
static int OPCODE_XXXUNUSEDXXX
           
 

Field Detail

OPCODE_NOP

public static final int OPCODE_NOP
See Also:
Constant Field Values

OPCODE_ACONST_NULL

public static final int OPCODE_ACONST_NULL
See Also:
Constant Field Values

OPCODE_ICONST_M1

public static final int OPCODE_ICONST_M1
See Also:
Constant Field Values

OPCODE_ICONST_0

public static final int OPCODE_ICONST_0
See Also:
Constant Field Values

OPCODE_ICONST_1

public static final int OPCODE_ICONST_1
See Also:
Constant Field Values

OPCODE_ICONST_2

public static final int OPCODE_ICONST_2
See Also:
Constant Field Values

OPCODE_ICONST_3

public static final int OPCODE_ICONST_3
See Also:
Constant Field Values

OPCODE_ICONST_4

public static final int OPCODE_ICONST_4
See Also:
Constant Field Values

OPCODE_ICONST_5

public static final int OPCODE_ICONST_5
See Also:
Constant Field Values

OPCODE_LCONST_0

public static final int OPCODE_LCONST_0
See Also:
Constant Field Values

OPCODE_LCONST_1

public static final int OPCODE_LCONST_1
See Also:
Constant Field Values

OPCODE_FCONST_0

public static final int OPCODE_FCONST_0
See Also:
Constant Field Values

OPCODE_FCONST_1

public static final int OPCODE_FCONST_1
See Also:
Constant Field Values

OPCODE_FCONST_2

public static final int OPCODE_FCONST_2
See Also:
Constant Field Values

OPCODE_DCONST_0

public static final int OPCODE_DCONST_0
See Also:
Constant Field Values

OPCODE_DCONST_1

public static final int OPCODE_DCONST_1
See Also:
Constant Field Values

OPCODE_BIPUSH

public static final int OPCODE_BIPUSH
See Also:
Constant Field Values

OPCODE_SIPUSH

public static final int OPCODE_SIPUSH
See Also:
Constant Field Values

OPCODE_LDC

public static final int OPCODE_LDC
See Also:
Constant Field Values

OPCODE_LDC_W

public static final int OPCODE_LDC_W
See Also:
Constant Field Values

OPCODE_LDC2_W

public static final int OPCODE_LDC2_W
See Also:
Constant Field Values

OPCODE_ILOAD

public static final int OPCODE_ILOAD
See Also:
Constant Field Values

OPCODE_LLOAD

public static final int OPCODE_LLOAD
See Also:
Constant Field Values

OPCODE_FLOAD

public static final int OPCODE_FLOAD
See Also:
Constant Field Values

OPCODE_DLOAD

public static final int OPCODE_DLOAD
See Also:
Constant Field Values

OPCODE_ALOAD

public static final int OPCODE_ALOAD
See Also:
Constant Field Values

OPCODE_ILOAD_0

public static final int OPCODE_ILOAD_0
See Also:
Constant Field Values

OPCODE_ILOAD_1

public static final int OPCODE_ILOAD_1
See Also:
Constant Field Values

OPCODE_ILOAD_2

public static final int OPCODE_ILOAD_2
See Also:
Constant Field Values

OPCODE_ILOAD_3

public static final int OPCODE_ILOAD_3
See Also:
Constant Field Values

OPCODE_LLOAD_0

public static final int OPCODE_LLOAD_0
See Also:
Constant Field Values

OPCODE_LLOAD_1

public static final int OPCODE_LLOAD_1
See Also:
Constant Field Values

OPCODE_LLOAD_2

public static final int OPCODE_LLOAD_2
See Also:
Constant Field Values

OPCODE_LLOAD_3

public static final int OPCODE_LLOAD_3
See Also:
Constant Field Values

OPCODE_FLOAD_0

public static final int OPCODE_FLOAD_0
See Also:
Constant Field Values

OPCODE_FLOAD_1

public static final int OPCODE_FLOAD_1
See Also:
Constant Field Values

OPCODE_FLOAD_2

public static final int OPCODE_FLOAD_2
See Also:
Constant Field Values

OPCODE_FLOAD_3

public static final int OPCODE_FLOAD_3
See Also:
Constant Field Values

OPCODE_DLOAD_0

public static final int OPCODE_DLOAD_0
See Also:
Constant Field Values

OPCODE_DLOAD_1

public static final int OPCODE_DLOAD_1
See Also:
Constant Field Values

OPCODE_DLOAD_2

public static final int OPCODE_DLOAD_2
See Also:
Constant Field Values

OPCODE_DLOAD_3

public static final int OPCODE_DLOAD_3
See Also:
Constant Field Values

OPCODE_ALOAD_0

public static final int OPCODE_ALOAD_0
See Also:
Constant Field Values

OPCODE_ALOAD_1

public static final int OPCODE_ALOAD_1
See Also:
Constant Field Values

OPCODE_ALOAD_2

public static final int OPCODE_ALOAD_2
See Also:
Constant Field Values

OPCODE_ALOAD_3

public static final int OPCODE_ALOAD_3
See Also:
Constant Field Values

OPCODE_IALOAD

public static final int OPCODE_IALOAD
See Also:
Constant Field Values

OPCODE_LALOAD

public static final int OPCODE_LALOAD
See Also:
Constant Field Values

OPCODE_FALOAD

public static final int OPCODE_FALOAD
See Also:
Constant Field Values

OPCODE_DALOAD

public static final int OPCODE_DALOAD
See Also:
Constant Field Values

OPCODE_AALOAD

public static final int OPCODE_AALOAD
See Also:
Constant Field Values

OPCODE_BALOAD

public static final int OPCODE_BALOAD
See Also:
Constant Field Values

OPCODE_CALOAD

public static final int OPCODE_CALOAD
See Also:
Constant Field Values

OPCODE_SALOAD

public static final int OPCODE_SALOAD
See Also:
Constant Field Values

OPCODE_ISTORE

public static final int OPCODE_ISTORE
See Also:
Constant Field Values

OPCODE_LSTORE

public static final int OPCODE_LSTORE
See Also:
Constant Field Values

OPCODE_FSTORE

public static final int OPCODE_FSTORE
See Also:
Constant Field Values

OPCODE_DSTORE

public static final int OPCODE_DSTORE
See Also:
Constant Field Values

OPCODE_ASTORE

public static final int OPCODE_ASTORE
See Also:
Constant Field Values

OPCODE_ISTORE_0

public static final int OPCODE_ISTORE_0
See Also:
Constant Field Values

OPCODE_ISTORE_1

public static final int OPCODE_ISTORE_1
See Also:
Constant Field Values

OPCODE_ISTORE_2

public static final int OPCODE_ISTORE_2
See Also:
Constant Field Values

OPCODE_ISTORE_3

public static final int OPCODE_ISTORE_3
See Also:
Constant Field Values

OPCODE_LSTORE_0

public static final int OPCODE_LSTORE_0
See Also:
Constant Field Values

OPCODE_LSTORE_1

public static final int OPCODE_LSTORE_1
See Also:
Constant Field Values

OPCODE_LSTORE_2

public static final int OPCODE_LSTORE_2
See Also:
Constant Field Values

OPCODE_LSTORE_3

public static final int OPCODE_LSTORE_3
See Also:
Constant Field Values

OPCODE_FSTORE_0

public static final int OPCODE_FSTORE_0
See Also:
Constant Field Values

OPCODE_FSTORE_1

public static final int OPCODE_FSTORE_1
See Also:
Constant Field Values

OPCODE_FSTORE_2

public static final int OPCODE_FSTORE_2
See Also:
Constant Field Values

OPCODE_FSTORE_3

public static final int OPCODE_FSTORE_3
See Also:
Constant Field Values

OPCODE_DSTORE_0

public static final int OPCODE_DSTORE_0
See Also:
Constant Field Values

OPCODE_DSTORE_1

public static final int OPCODE_DSTORE_1
See Also:
Constant Field Values

OPCODE_DSTORE_2

public static final int OPCODE_DSTORE_2
See Also:
Constant Field Values

OPCODE_DSTORE_3

public static final int OPCODE_DSTORE_3
See Also:
Constant Field Values

OPCODE_ASTORE_0

public static final int OPCODE_ASTORE_0
See Also:
Constant Field Values

OPCODE_ASTORE_1

public static final int OPCODE_ASTORE_1
See Also:
Constant Field Values

OPCODE_ASTORE_2

public static final int OPCODE_ASTORE_2
See Also:
Constant Field Values

OPCODE_ASTORE_3

public static final int OPCODE_ASTORE_3
See Also:
Constant Field Values

OPCODE_IASTORE

public static final int OPCODE_IASTORE
See Also:
Constant Field Values

OPCODE_LASTORE

public static final int OPCODE_LASTORE
See Also:
Constant Field Values

OPCODE_FASTORE

public static final int OPCODE_FASTORE
See Also:
Constant Field Values

OPCODE_DASTORE

public static final int OPCODE_DASTORE
See Also:
Constant Field Values

OPCODE_AASTORE

public static final int OPCODE_AASTORE
See Also:
Constant Field Values

OPCODE_BASTORE

public static final int OPCODE_BASTORE
See Also:
Constant Field Values

OPCODE_CASTORE

public static final int OPCODE_CASTORE
See Also:
Constant Field Values

OPCODE_SASTORE

public static final int OPCODE_SASTORE
See Also:
Constant Field Values

OPCODE_POP

public static final int OPCODE_POP
See Also:
Constant Field Values

OPCODE_POP2

public static final int OPCODE_POP2
See Also:
Constant Field Values

OPCODE_DUP

public static final int OPCODE_DUP
See Also:
Constant Field Values

OPCODE_DUP_X1

public static final int OPCODE_DUP_X1
See Also:
Constant Field Values

OPCODE_DUP_X2

public static final int OPCODE_DUP_X2
See Also:
Constant Field Values

OPCODE_DUP2

public static final int OPCODE_DUP2
See Also:
Constant Field Values

OPCODE_DUP2_X1

public static final int OPCODE_DUP2_X1
See Also:
Constant Field Values

OPCODE_DUP2_X2

public static final int OPCODE_DUP2_X2
See Also:
Constant Field Values

OPCODE_SWAP

public static final int OPCODE_SWAP
See Also:
Constant Field Values

OPCODE_IADD

public static final int OPCODE_IADD
See Also:
Constant Field Values

OPCODE_LADD

public static final int OPCODE_LADD
See Also:
Constant Field Values

OPCODE_FADD

public static final int OPCODE_FADD
See Also:
Constant Field Values

OPCODE_DADD

public static final int OPCODE_DADD
See Also:
Constant Field Values

OPCODE_ISUB

public static final int OPCODE_ISUB
See Also:
Constant Field Values

OPCODE_LSUB

public static final int OPCODE_LSUB
See Also:
Constant Field Values

OPCODE_FSUB

public static final int OPCODE_FSUB
See Also:
Constant Field Values

OPCODE_DSUB

public static final int OPCODE_DSUB
See Also:
Constant Field Values

OPCODE_IMUL

public static final int OPCODE_IMUL
See Also:
Constant Field Values

OPCODE_LMUL

public static final int OPCODE_LMUL
See Also:
Constant Field Values

OPCODE_FMUL

public static final int OPCODE_FMUL
See Also:
Constant Field Values

OPCODE_DMUL

public static final int OPCODE_DMUL
See Also:
Constant Field Values

OPCODE_IDIV

public static final int OPCODE_IDIV
See Also:
Constant Field Values

OPCODE_LDIV

public static final int OPCODE_LDIV
See Also:
Constant Field Values

OPCODE_FDIV

public static final int OPCODE_FDIV
See Also:
Constant Field Values

OPCODE_DDIV

public static final int OPCODE_DDIV
See Also:
Constant Field Values

OPCODE_IREM

public static final int OPCODE_IREM
See Also:
Constant Field Values

OPCODE_LREM

public static final int OPCODE_LREM
See Also:
Constant Field Values

OPCODE_FREM

public static final int OPCODE_FREM
See Also:
Constant Field Values

OPCODE_DREM

public static final int OPCODE_DREM
See Also:
Constant Field Values

OPCODE_INEG

public static final int OPCODE_INEG
See Also:
Constant Field Values

OPCODE_LNEG

public static final int OPCODE_LNEG
See Also:
Constant Field Values

OPCODE_FNEG

public static final int OPCODE_FNEG
See Also:
Constant Field Values

OPCODE_DNEG

public static final int OPCODE_DNEG
See Also:
Constant Field Values

OPCODE_ISHL

public static final int OPCODE_ISHL
See Also:
Constant Field Values

OPCODE_LSHL

public static final int OPCODE_LSHL
See Also:
Constant Field Values

OPCODE_ISHR

public static final int OPCODE_ISHR
See Also:
Constant Field Values

OPCODE_LSHR

public static final int OPCODE_LSHR
See Also:
Constant Field Values

OPCODE_IUSHR

public static final int OPCODE_IUSHR
See Also:
Constant Field Values

OPCODE_LUSHR

public static final int OPCODE_LUSHR
See Also:
Constant Field Values

OPCODE_IAND

public static final int OPCODE_IAND
See Also:
Constant Field Values

OPCODE_LAND

public static final int OPCODE_LAND
See Also:
Constant Field Values

OPCODE_IOR

public static final int OPCODE_IOR
See Also:
Constant Field Values

OPCODE_LOR

public static final int OPCODE_LOR
See Also:
Constant Field Values

OPCODE_IXOR

public static final int OPCODE_IXOR
See Also:
Constant Field Values

OPCODE_LXOR

public static final int OPCODE_LXOR
See Also:
Constant Field Values

OPCODE_IINC

public static final int OPCODE_IINC
See Also:
Constant Field Values

OPCODE_I2L

public static final int OPCODE_I2L
See Also:
Constant Field Values

OPCODE_I2F

public static final int OPCODE_I2F
See Also:
Constant Field Values

OPCODE_I2D

public static final int OPCODE_I2D
See Also:
Constant Field Values

OPCODE_L2I

public static final int OPCODE_L2I
See Also:
Constant Field Values

OPCODE_L2F

public static final int OPCODE_L2F
See Also:
Constant Field Values

OPCODE_L2D

public static final int OPCODE_L2D
See Also:
Constant Field Values

OPCODE_F2I

public static final int OPCODE_F2I
See Also:
Constant Field Values

OPCODE_F2L

public static final int OPCODE_F2L
See Also:
Constant Field Values

OPCODE_F2D

public static final int OPCODE_F2D
See Also:
Constant Field Values

OPCODE_D2I

public static final int OPCODE_D2I
See Also:
Constant Field Values

OPCODE_D2L

public static final int OPCODE_D2L
See Also:
Constant Field Values

OPCODE_D2F

public static final int OPCODE_D2F
See Also:
Constant Field Values

OPCODE_I2B

public static final int OPCODE_I2B
See Also:
Constant Field Values

OPCODE_I2C

public static final int OPCODE_I2C
See Also:
Constant Field Values

OPCODE_I2S

public static final int OPCODE_I2S
See Also:
Constant Field Values

OPCODE_LCMP

public static final int OPCODE_LCMP
See Also:
Constant Field Values

OPCODE_FCMPL

public static final int OPCODE_FCMPL
See Also:
Constant Field Values

OPCODE_FCMPG

public static final int OPCODE_FCMPG
See Also:
Constant Field Values

OPCODE_DCMPL

public static final int OPCODE_DCMPL
See Also:
Constant Field Values

OPCODE_DCMPG

public static final int OPCODE_DCMPG
See Also:
Constant Field Values

OPCODE_IFEQ

public static final int OPCODE_IFEQ
See Also:
Constant Field Values

OPCODE_IFNE

public static final int OPCODE_IFNE
See Also:
Constant Field Values

OPCODE_IFLT

public static final int OPCODE_IFLT
See Also:
Constant Field Values

OPCODE_IFGE

public static final int OPCODE_IFGE
See Also:
Constant Field Values

OPCODE_IFGT

public static final int OPCODE_IFGT
See Also:
Constant Field Values

OPCODE_IFLE

public static final int OPCODE_IFLE
See Also:
Constant Field Values

OPCODE_IF_ICMPEQ

public static final int OPCODE_IF_ICMPEQ
See Also:
Constant Field Values

OPCODE_IF_ICMPNE

public static final int OPCODE_IF_ICMPNE
See Also:
Constant Field Values

OPCODE_IF_ICMPLT

public static final int OPCODE_IF_ICMPLT
See Also:
Constant Field Values

OPCODE_IF_ICMPGE

public static final int OPCODE_IF_ICMPGE
See Also:
Constant Field Values

OPCODE_IF_ICMPGT

public static final int OPCODE_IF_ICMPGT
See Also:
Constant Field Values

OPCODE_IF_ICMPLE

public static final int OPCODE_IF_ICMPLE
See Also:
Constant Field Values

OPCODE_IF_ACMPEQ

public static final int OPCODE_IF_ACMPEQ
See Also:
Constant Field Values

OPCODE_IF_ACMPNE

public static final int OPCODE_IF_ACMPNE
See Also:
Constant Field Values

OPCODE_GOTO

public static final int OPCODE_GOTO
See Also:
Constant Field Values

OPCODE_JSR

public static final int OPCODE_JSR
See Also:
Constant Field Values

OPCODE_RET

public static final int OPCODE_RET
See Also:
Constant Field Values

OPCODE_TABLESWITCH

public static final int OPCODE_TABLESWITCH
See Also:
Constant Field Values

OPCODE_LOOKUPSWITCH

public static final int OPCODE_LOOKUPSWITCH
See Also:
Constant Field Values

OPCODE_IRETURN

public static final int OPCODE_IRETURN
See Also:
Constant Field Values

OPCODE_LRETURN

public static final int OPCODE_LRETURN
See Also:
Constant Field Values

OPCODE_FRETURN

public static final int OPCODE_FRETURN
See Also:
Constant Field Values

OPCODE_DRETURN

public static final int OPCODE_DRETURN
See Also:
Constant Field Values

OPCODE_ARETURN

public static final int OPCODE_ARETURN
See Also:
Constant Field Values

OPCODE_RETURN

public static final int OPCODE_RETURN
See Also:
Constant Field Values

OPCODE_GETSTATIC

public static final int OPCODE_GETSTATIC
See Also:
Constant Field Values

OPCODE_PUTSTATIC

public static final int OPCODE_PUTSTATIC
See Also:
Constant Field Values

OPCODE_GETFIELD

public static final int OPCODE_GETFIELD
See Also:
Constant Field Values

OPCODE_PUTFIELD

public static final int OPCODE_PUTFIELD
See Also:
Constant Field Values

OPCODE_INVOKEVIRTUAL

public static final int OPCODE_INVOKEVIRTUAL
See Also:
Constant Field Values

OPCODE_INVOKESPECIAL

public static final int OPCODE_INVOKESPECIAL
See Also:
Constant Field Values

OPCODE_INVOKESTATIC

public static final int OPCODE_INVOKESTATIC
See Also:
Constant Field Values

OPCODE_INVOKEINTERFACE

public static final int OPCODE_INVOKEINTERFACE
See Also:
Constant Field Values

OPCODE_XXXUNUSEDXXX

public static final int OPCODE_XXXUNUSEDXXX
See Also:
Constant Field Values

OPCODE_NEW

public static final int OPCODE_NEW
See Also:
Constant Field Values

OPCODE_NEWARRAY

public static final int OPCODE_NEWARRAY
See Also:
Constant Field Values

OPCODE_ANEWARRAY

public static final int OPCODE_ANEWARRAY
See Also:
Constant Field Values

OPCODE_ARRAYLENGTH

public static final int OPCODE_ARRAYLENGTH
See Also:
Constant Field Values

OPCODE_ATHROW

public static final int OPCODE_ATHROW
See Also:
Constant Field Values

OPCODE_CHECKCAST

public static final int OPCODE_CHECKCAST
See Also:
Constant Field Values

OPCODE_INSTANCEOF

public static final int OPCODE_INSTANCEOF
See Also:
Constant Field Values

OPCODE_MONITORENTER

public static final int OPCODE_MONITORENTER
See Also:
Constant Field Values

OPCODE_MONITOREXIT

public static final int OPCODE_MONITOREXIT
See Also:
Constant Field Values

OPCODE_WIDE

public static final int OPCODE_WIDE
See Also:
Constant Field Values

OPCODE_MULTIANEWARRAY

public static final int OPCODE_MULTIANEWARRAY
See Also:
Constant Field Values

OPCODE_IFNULL

public static final int OPCODE_IFNULL
See Also:
Constant Field Values

OPCODE_IFNONNULL

public static final int OPCODE_IFNONNULL
See Also:
Constant Field Values

OPCODE_GOTO_W

public static final int OPCODE_GOTO_W
See Also:
Constant Field Values

OPCODE_JSR_W

public static final int OPCODE_JSR_W
See Also:
Constant Field Values

OPCODE_BREAKPOINT

public static final int OPCODE_BREAKPOINT
See Also:
Constant Field Values

OPCODE_IMPDEP1

public static final int OPCODE_IMPDEP1
See Also:
Constant Field Values

OPCODE_IMPDEP2

public static final int OPCODE_IMPDEP2
See Also:
Constant Field Values

NEWARRAY_T_BOOLEAN

public static final int NEWARRAY_T_BOOLEAN
See Also:
Constant Field Values

NEWARRAY_T_CHAR

public static final int NEWARRAY_T_CHAR
See Also:
Constant Field Values

NEWARRAY_T_FLOAT

public static final int NEWARRAY_T_FLOAT
See Also:
Constant Field Values

NEWARRAY_T_DOUBLE

public static final int NEWARRAY_T_DOUBLE
See Also:
Constant Field Values

NEWARRAY_T_BYTE

public static final int NEWARRAY_T_BYTE
See Also:
Constant Field Values

NEWARRAY_T_SHORT

public static final int NEWARRAY_T_SHORT
See Also:
Constant Field Values

NEWARRAY_T_INT

public static final int NEWARRAY_T_INT
See Also:
Constant Field Values

NEWARRAY_T_LONG

public static final int NEWARRAY_T_LONG
See Also:
Constant Field Values

ej-technologies