public interface Opcodes
Modifier and Type | Field and Description |
---|---|
static int |
ACC_PUBLIC |
static int |
ACC_SUPER |
static int |
ACONST_NULL |
static int |
ALOAD |
static int |
ARETURN |
static int |
ASTORE |
static int |
BIPUSH |
static int |
CHECKCAST |
static int |
DCMPL |
static int |
DCONST_0 |
static int |
DLOAD |
static int |
DSTORE |
static int |
DUP |
static int |
FCMPL |
static int |
FCONST_0 |
static int |
FLOAD |
static int |
FSTORE |
static int |
GETFIELD |
static int |
GETSTATIC |
static int |
GOTO |
static int |
GOTO_W |
static int |
IADD |
static int |
IAND |
static int |
IASTORE |
static int |
ICONST_0 |
static int |
ICONST_1 |
static int |
IF_ACMPEQ |
static int |
IF_ACMPNE |
static int |
IF_ICMPEQ |
static int |
IF_ICMPGE |
static int |
IF_ICMPGT |
static int |
IF_ICMPLT |
static int |
IF_ICMPNE |
static int |
IFEQ |
static int |
IFLE |
static int |
IFNE |
static int |
IFNONNULL |
static int |
IFNULL |
static int |
ILOAD |
static int |
INSTANCEOF |
static int |
INVOKEINTERFACE |
static int |
INVOKESPECIAL |
static int |
INVOKESTATIC |
static int |
INVOKEVIRTUAL |
static int |
IOR |
static int |
ISTORE |
static int |
LCMP |
static int |
LCONST_0 |
static int |
LCONST_1 |
static int |
LLOAD |
static int |
LSTORE |
static int |
NEW |
static int |
NEWARRAY |
static int |
POP |
static int |
PUTFIELD |
static int |
RET |
static int |
RETURN |
static int |
T_INT |
static int |
V1_5 |
static final int T_INT
static final int V1_5
static final int ACC_PUBLIC
static final int ACC_SUPER
static final int ACONST_NULL
static final int ICONST_0
static final int ICONST_1
static final int LCONST_0
static final int LCONST_1
static final int FCONST_0
static final int DCONST_0
static final int BIPUSH
static final int ILOAD
static final int LLOAD
static final int FLOAD
static final int DLOAD
static final int ALOAD
static final int ISTORE
static final int LSTORE
static final int FSTORE
static final int DSTORE
static final int ASTORE
static final int IASTORE
static final int POP
static final int DUP
static final int IADD
static final int IAND
static final int IOR
static final int LCMP
static final int FCMPL
static final int DCMPL
static final int IFEQ
static final int IFNE
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_ACMPEQ
static final int IF_ACMPNE
static final int GOTO
static final int RET
static final int ARETURN
static final int RETURN
static final int GETSTATIC
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 NEWARRAY
static final int CHECKCAST
static final int INSTANCEOF
static final int IFNULL
static final int IFNONNULL
static final int GOTO_W
Copyright © 2012–2022 Alibaba Group. All rights reserved.