public interface Opcodes
限定符和类型 | 字段和说明 |
---|---|
static int |
AALOAD |
static int |
ACC_DEPRECATED |
static int |
ACC_FINAL |
static int |
ACC_PRIVATE |
static int |
ACC_PUBLIC |
static int |
ACC_STATIC |
static int |
ACC_SUPER |
static int |
ACC_SYNTHETIC |
static int |
ACONST_NULL |
static int |
ALOAD |
static int |
ARETURN |
static int |
ASTORE |
static int |
BALOAD |
static int |
BIPUSH |
static int |
CALOAD |
static int |
CHECKCAST |
static int |
DALOAD |
static int |
DCMPG |
static int |
DCMPL |
static int |
DCONST_0 |
static int |
DCONST_1 |
static int |
DLOAD |
static int |
DSTORE |
static int |
DUP |
static int |
FALOAD |
static int |
FCMPG |
static int |
FCMPL |
static int |
FCONST_0 |
static int |
FCONST_1 |
static int |
FCONST_2 |
static int |
FLOAD |
static int |
FSTORE |
static int |
GETFIELD |
static int |
GETSTATIC |
static int |
GOTO |
static int |
I2B |
static int |
I2C |
static int |
I2S |
static int |
IADD |
static int |
IALOAD |
static int |
IAND |
static int |
ICONST_0 |
static int |
ICONST_1 |
static int |
ICONST_2 |
static int |
ICONST_3 |
static int |
ICONST_4 |
static int |
ICONST_5 |
static int |
ICONST_M1 |
static int |
IF_ACMPEQ |
static int |
IF_ACMPNE |
static int |
IF_ICMPEQ |
static int |
IF_ICMPGE |
static int |
IF_ICMPGT |
static int |
IF_ICMPLE |
static int |
IF_ICMPLT |
static int |
IF_ICMPNE |
static int |
IFEQ |
static int |
IFGE |
static int |
IFGT |
static int |
IFLE |
static int |
IFLT |
static int |
IFNE |
static int |
IFNONNULL |
static int |
IFNULL |
static int |
IINC |
static int |
ILOAD |
static int |
INSTANCEOF |
static String |
INVOKEDYNAMIC_OWNER
Represents a owner of an invokedynamic call.
|
static int |
INVOKEINTERFACE |
static int |
INVOKESPECIAL |
static int |
INVOKESTATIC |
static int |
INVOKEVIRTUAL |
static int |
IOR |
static int |
IRETURN |
static int |
ISTORE |
static int |
ISUB |
static int |
JSR |
static int |
LADD |
static int |
LALOAD |
static int |
LCMP |
static int |
LCONST_0 |
static int |
LCONST_1 |
static int |
LDC |
static int |
LLOAD |
static int |
LSTORE |
static int |
NEW |
static int |
NOP |
static int |
POP |
static int |
POP2 |
static int |
PUTFIELD |
static int |
PUTSTATIC |
static int |
RET |
static int |
RETURN |
static int |
SALOAD |
static int |
T_BOOLEAN |
static int |
T_BYTE |
static int |
T_CHAR |
static int |
T_DOUBLE |
static int |
T_FLOAT |
static int |
T_INT |
static int |
T_LONG |
static int |
T_SHORT |
static int |
V1_5 |
static final int V1_5
static final int ACC_PUBLIC
static final int ACC_PRIVATE
static final int ACC_STATIC
static final int ACC_FINAL
static final int ACC_SUPER
static final int ACC_SYNTHETIC
static final int ACC_DEPRECATED
static final int T_BOOLEAN
static final int T_CHAR
static final int T_FLOAT
static final int T_DOUBLE
static final int T_BYTE
static final int T_SHORT
static final int T_INT
static final int T_LONG
static final String INVOKEDYNAMIC_OWNER
static final int NOP
static final int ACONST_NULL
static final int ICONST_M1
static final int ICONST_0
static final int ICONST_1
static final int ICONST_2
static final int ICONST_3
static final int ICONST_4
static final int ICONST_5
static final int LCONST_0
static final int LCONST_1
static final int FCONST_0
static final int FCONST_1
static final int FCONST_2
static final int DCONST_0
static final int DCONST_1
static final int BIPUSH
static final int LDC
static final int ILOAD
static final int LLOAD
static final int FLOAD
static final int DLOAD
static final int ALOAD
static final int IALOAD
static final int LALOAD
static final int FALOAD
static final int DALOAD
static final int AALOAD
static final int BALOAD
static final int CALOAD
static final int SALOAD
static final int ISTORE
static final int LSTORE
static final int FSTORE
static final int DSTORE
static final int ASTORE
static final int POP
static final int POP2
static final int DUP
static final int IADD
static final int LADD
static final int ISUB
static final int IAND
static final int IOR
static final int IINC
static final int I2B
static final int I2C
static final int I2S
static final int LCMP
static final int FCMPL
static final int FCMPG
static final int DCMPL
static final int DCMPG
static final int IFEQ
static final int IFNE
static final int IFLT
static final int IFGE
static final int IFGT
static final int IFLE
static final int IF_ICMPEQ
static final int IF_ICMPNE
static final int IF_ICMPLT
static final int IF_ICMPGE
static final int IF_ICMPGT
static final int IF_ICMPLE
static final int IF_ACMPEQ
static final int IF_ACMPNE
static final int GOTO
static final int JSR
static final int RET
static final int IRETURN
static final int ARETURN
static final int RETURN
static final int GETSTATIC
static final int PUTSTATIC
static final int GETFIELD
static final int PUTFIELD
static final int INVOKEVIRTUAL
static final int INVOKESPECIAL
static final int INVOKESTATIC
static final int INVOKEINTERFACE
static final int NEW
static final int CHECKCAST
static final int INSTANCEOF
static final int IFNULL
static final int IFNONNULL
Copyright © 2012–2016 Alibaba Group. All rights reserved.