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