public class ByteCode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
AASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ACONST_NULL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ALOAD_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ALOAD_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ALOAD_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ALOAD_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ARETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ARRAYLENGTH
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ASTORE_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ASTORE_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ASTORE_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ASTORE_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ATHROW
The byte opcodes defined by the Java Virtual Machine.
|
static int |
BALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
BASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
BIPUSH
The byte opcodes defined by the Java Virtual Machine.
|
static int |
BREAKPOINT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
CALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
CASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
CHECKCAST
The byte opcodes defined by the Java Virtual Machine.
|
static int |
D2F
The byte opcodes defined by the Java Virtual Machine.
|
static int |
D2I
The byte opcodes defined by the Java Virtual Machine.
|
static int |
D2L
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DADD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DCMPG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DCMPL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DCONST_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DCONST_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DDIV
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DLOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DLOAD_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DLOAD_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DLOAD_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DLOAD_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DMUL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DNEG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DREM
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DRETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSTORE_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSTORE_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSTORE_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSTORE_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DSUB
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP_X1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP_X2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP2_X1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
DUP2_X2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
F2D
The byte opcodes defined by the Java Virtual Machine.
|
static int |
F2I
The byte opcodes defined by the Java Virtual Machine.
|
static int |
F2L
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FADD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FCMPG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FCMPL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FCONST_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FCONST_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FCONST_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FDIV
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FLOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FLOAD_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FLOAD_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FLOAD_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FLOAD_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FMUL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FNEG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FREM
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FRETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSTORE_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSTORE_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSTORE_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSTORE_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
FSUB
The byte opcodes defined by the Java Virtual Machine.
|
static int |
GETFIELD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
GETSTATIC
The byte opcodes defined by the Java Virtual Machine.
|
static int |
GOTO
The byte opcodes defined by the Java Virtual Machine.
|
static int |
GOTO_W
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2B
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2C
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2D
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2F
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2L
The byte opcodes defined by the Java Virtual Machine.
|
static int |
I2S
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IADD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IAND
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_4
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_5
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ICONST_M1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IDIV
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ACMPEQ
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ACMPNE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPEQ
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPGE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPGT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPLE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPLT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IF_ICMPNE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFEQ
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFGE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFGT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFLE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFLT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFNE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFNONNULL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IFNULL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IINC
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ILOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ILOAD_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ILOAD_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ILOAD_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ILOAD_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IMPDEP1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IMPDEP2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IMUL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INEG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INSTANCEOF
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INVOKEINTERFACE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INVOKESPECIAL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INVOKESTATIC
The byte opcodes defined by the Java Virtual Machine.
|
static int |
INVOKEVIRTUAL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IOR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IREM
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IRETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISHL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISHR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISTORE_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISTORE_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISTORE_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISTORE_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
ISUB
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IUSHR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
IXOR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
JSR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
JSR_W
The byte opcodes defined by the Java Virtual Machine.
|
static int |
L2D
The byte opcodes defined by the Java Virtual Machine.
|
static int |
L2F
The byte opcodes defined by the Java Virtual Machine.
|
static int |
L2I
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LADD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LAND
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LCMP
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LCONST_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LCONST_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LDC
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LDC_W
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LDC2_W
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LDIV
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LLOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LLOAD_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LLOAD_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LLOAD_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LLOAD_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LMUL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LNEG
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LOOKUPSWITCH
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LOR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LREM
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LRETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSHL
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSHR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSTORE_0
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSTORE_1
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSTORE_2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSTORE_3
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LSUB
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LUSHR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
LXOR
The byte opcodes defined by the Java Virtual Machine.
|
static int |
MONITORENTER
The byte opcodes defined by the Java Virtual Machine.
|
static int |
MONITOREXIT
The byte opcodes defined by the Java Virtual Machine.
|
static int |
MULTIANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
|
static int |
NEW
The byte opcodes defined by the Java Virtual Machine.
|
static int |
NEWARRAY
The byte opcodes defined by the Java Virtual Machine.
|
static int |
NOP
The byte opcodes defined by the Java Virtual Machine.
|
static int |
POP
The byte opcodes defined by the Java Virtual Machine.
|
static int |
POP2
The byte opcodes defined by the Java Virtual Machine.
|
static int |
PUTFIELD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
PUTSTATIC
The byte opcodes defined by the Java Virtual Machine.
|
static int |
RET
The byte opcodes defined by the Java Virtual Machine.
|
static int |
RETURN
The byte opcodes defined by the Java Virtual Machine.
|
static int |
SALOAD
The byte opcodes defined by the Java Virtual Machine.
|
static int |
SASTORE
The byte opcodes defined by the Java Virtual Machine.
|
static int |
SIPUSH
The byte opcodes defined by the Java Virtual Machine.
|
static int |
SWAP
The byte opcodes defined by the Java Virtual Machine.
|
static byte |
T_BOOLEAN
Types for the NEWARRAY opcode.
|
static byte |
T_BYTE
Types for the NEWARRAY opcode.
|
static byte |
T_CHAR
Types for the NEWARRAY opcode.
|
static byte |
T_DOUBLE
Types for the NEWARRAY opcode.
|
static byte |
T_FLOAT
Types for the NEWARRAY opcode.
|
static byte |
T_INT
Types for the NEWARRAY opcode.
|
static byte |
T_LONG
Types for the NEWARRAY opcode.
|
static byte |
T_SHORT
Types for the NEWARRAY opcode.
|
static int |
TABLESWITCH
The byte opcodes defined by the Java Virtual Machine.
|
static int |
WIDE
The byte opcodes defined by the Java Virtual Machine.
|
Constructor and Description |
---|
ByteCode() |
public static final int NOP
public static final int ACONST_NULL
public static final int ICONST_M1
public static final int ICONST_0
public static final int ICONST_1
public static final int ICONST_2
public static final int ICONST_3
public static final int ICONST_4
public static final int ICONST_5
public static final int LCONST_0
public static final int LCONST_1
public static final int FCONST_0
public static final int FCONST_1
public static final int FCONST_2
public static final int DCONST_0
public static final int DCONST_1
public static final int BIPUSH
public static final int SIPUSH
public static final int LDC
public static final int LDC_W
public static final int LDC2_W
public static final int ILOAD
public static final int LLOAD
public static final int FLOAD
public static final int DLOAD
public static final int ALOAD
public static final int ILOAD_0
public static final int ILOAD_1
public static final int ILOAD_2
public static final int ILOAD_3
public static final int LLOAD_0
public static final int LLOAD_1
public static final int LLOAD_2
public static final int LLOAD_3
public static final int FLOAD_0
public static final int FLOAD_1
public static final int FLOAD_2
public static final int FLOAD_3
public static final int DLOAD_0
public static final int DLOAD_1
public static final int DLOAD_2
public static final int DLOAD_3
public static final int ALOAD_0
public static final int ALOAD_1
public static final int ALOAD_2
public static final int ALOAD_3
public static final int IALOAD
public static final int LALOAD
public static final int FALOAD
public static final int DALOAD
public static final int AALOAD
public static final int BALOAD
public static final int CALOAD
public static final int SALOAD
public static final int ISTORE
public static final int LSTORE
public static final int FSTORE
public static final int DSTORE
public static final int ASTORE
public static final int ISTORE_0
public static final int ISTORE_1
public static final int ISTORE_2
public static final int ISTORE_3
public static final int LSTORE_0
public static final int LSTORE_1
public static final int LSTORE_2
public static final int LSTORE_3
public static final int FSTORE_0
public static final int FSTORE_1
public static final int FSTORE_2
public static final int FSTORE_3
public static final int DSTORE_0
public static final int DSTORE_1
public static final int DSTORE_2
public static final int DSTORE_3
public static final int ASTORE_0
public static final int ASTORE_1
public static final int ASTORE_2
public static final int ASTORE_3
public static final int IASTORE
public static final int LASTORE
public static final int FASTORE
public static final int DASTORE
public static final int AASTORE
public static final int BASTORE
public static final int CASTORE
public static final int SASTORE
public static final int POP
public static final int POP2
public static final int DUP
public static final int DUP_X1
public static final int DUP_X2
public static final int DUP2
public static final int DUP2_X1
public static final int DUP2_X2
public static final int SWAP
public static final int IADD
public static final int LADD
public static final int FADD
public static final int DADD
public static final int ISUB
public static final int LSUB
public static final int FSUB
public static final int DSUB
public static final int IMUL
public static final int LMUL
public static final int FMUL
public static final int DMUL
public static final int IDIV
public static final int LDIV
public static final int FDIV
public static final int DDIV
public static final int IREM
public static final int LREM
public static final int FREM
public static final int DREM
public static final int INEG
public static final int LNEG
public static final int FNEG
public static final int DNEG
public static final int ISHL
public static final int LSHL
public static final int ISHR
public static final int LSHR
public static final int IUSHR
public static final int LUSHR
public static final int IAND
public static final int LAND
public static final int IOR
public static final int LOR
public static final int IXOR
public static final int LXOR
public static final int IINC
public static final int I2L
public static final int I2F
public static final int I2D
public static final int L2I
public static final int L2F
public static final int L2D
public static final int F2I
public static final int F2L
public static final int F2D
public static final int D2I
public static final int D2L
public static final int D2F
public static final int I2B
public static final int I2C
public static final int I2S
public static final int LCMP
public static final int FCMPL
public static final int FCMPG
public static final int DCMPL
public static final int DCMPG
public static final int IFEQ
public static final int IFNE
public static final int IFLT
public static final int IFGE
public static final int IFGT
public static final int IFLE
public static final int IF_ICMPEQ
public static final int IF_ICMPNE
public static final int IF_ICMPLT
public static final int IF_ICMPGE
public static final int IF_ICMPGT
public static final int IF_ICMPLE
public static final int IF_ACMPEQ
public static final int IF_ACMPNE
public static final int GOTO
public static final int JSR
public static final int RET
public static final int TABLESWITCH
public static final int LOOKUPSWITCH
public static final int IRETURN
public static final int LRETURN
public static final int FRETURN
public static final int DRETURN
public static final int ARETURN
public static final int RETURN
public static final int GETSTATIC
public static final int PUTSTATIC
public static final int GETFIELD
public static final int PUTFIELD
public static final int INVOKEVIRTUAL
public static final int INVOKESPECIAL
public static final int INVOKESTATIC
public static final int INVOKEINTERFACE
public static final int NEW
public static final int NEWARRAY
public static final int ANEWARRAY
public static final int ARRAYLENGTH
public static final int ATHROW
public static final int CHECKCAST
public static final int INSTANCEOF
public static final int MONITORENTER
public static final int MONITOREXIT
public static final int WIDE
public static final int MULTIANEWARRAY
public static final int IFNULL
public static final int IFNONNULL
public static final int GOTO_W
public static final int JSR_W
public static final int BREAKPOINT
public static final int IMPDEP1
public static final int IMPDEP2
public static final byte T_BOOLEAN
public static final byte T_CHAR
public static final byte T_FLOAT
public static final byte T_DOUBLE
public static final byte T_BYTE
public static final byte T_SHORT
public static final byte T_INT
public static final byte T_LONG
Copyright © 2010 - 2020 Adobe. All Rights Reserved