Modifier and Type | Field and Description |
---|---|
static int |
AALOAD |
static int |
ACC_ABSTRACT |
static int |
ACC_FINAL |
static int |
ACC_INTERFACE |
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 |
ANEWARRAY |
static int |
ARETURN |
static int |
ARRAYLENGTH |
static int |
ASTORE |
static int |
ATHROW |
static int |
CHECKCAST |
static int |
DCONST_0 |
static int |
DUP |
static int |
F_APPEND |
static int |
F_SAME |
static int |
F_SAME1 |
static int |
FCONST_0 |
static int |
GETFIELD |
static int |
GETSTATIC |
static int |
GOTO |
static int |
ICONST_0 |
static int |
ICONST_1 |
static int |
IF_ICMPLT |
static int |
IFNONNULL |
static int |
IFNULL |
static int |
ILOAD |
static Integer |
INTEGER |
static int |
INVOKEINTERFACE |
static int |
INVOKESPECIAL |
static int |
INVOKESTATIC |
static int |
INVOKEVIRTUAL |
static int |
IRETURN |
static int |
ISTORE |
static int |
LCONST_0 |
static int |
NEW |
static int |
POP |
static int |
PUTFIELD |
static int |
PUTSTATIC |
static int |
RETURN |
static int |
SIPUSH |
static int |
V1_5 |
static int |
V1_6 |
static int |
V1_7 |
Constructor and Description |
---|
ASMHelper.Opcodes() |
public static int ARETURN
public static int ALOAD
public static int IFNULL
public static int CHECKCAST
public static int INVOKEINTERFACE
public static int GETFIELD
public static int GETSTATIC
public static int ASTORE
public static int PUTFIELD
public static int PUTSTATIC
public static int RETURN
public static int F_APPEND
public static int F_SAME
public static int F_SAME1
public static int INVOKESPECIAL
public static int ACC_PUBLIC
public static int ACC_FINAL
public static int ACC_SUPER
public static int ACC_PRIVATE
public static int ACC_STATIC
public static int V1_5
public static int V1_6
public static int V1_7
public static int ACC_ABSTRACT
public static int ACC_INTERFACE
public static int ACC_SYNTHETIC
public static int ILOAD
public static int ISTORE
public static int AALOAD
public static int ARRAYLENGTH
public static int IRETURN
public static int NEW
public static int ANEWARRAY
public static int DUP
public static int ATHROW
public static int INVOKEVIRTUAL
public static int GOTO
public static int POP
public static int ACONST_NULL
public static int IFNONNULL
public static int SIPUSH
public static int INVOKESTATIC
public static int ICONST_0
public static int ICONST_1
public static int LCONST_0
public static int FCONST_0
public static int DCONST_0
public static int IF_ICMPLT
public static Integer INTEGER
Apache CXF