public class SkinnyMethodAdapter
extends org.objectweb.asm.MethodVisitor
implements org.objectweb.asm.Opcodes
AALOAD, AASTORE, ACC_ABSTRACT, ACC_ANNOTATION, ACC_BRIDGE, ACC_DEPRECATED, ACC_ENUM, ACC_FINAL, ACC_INTERFACE, ACC_MANDATED, ACC_NATIVE, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_SYNTHETIC, ACC_TRANSIENT, ACC_VARARGS, ACC_VOLATILE, ACONST_NULL, ALOAD, ANEWARRAY, ARETURN, ARRAYLENGTH, ASM4, ASM5, ASTORE, ATHROW, BALOAD, BASTORE, BIPUSH, CALOAD, CASTORE, CHECKCAST, D2F, D2I, D2L, DADD, DALOAD, DASTORE, DCMPG, DCMPL, DCONST_0, DCONST_1, DDIV, DLOAD, DMUL, DNEG, DOUBLE, DREM, DRETURN, DSTORE, DSUB, DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, F_APPEND, F_CHOP, F_FULL, F_NEW, F_SAME, F_SAME1, F2D, F2I, F2L, FADD, FALOAD, FASTORE, FCMPG, FCMPL, FCONST_0, FCONST_1, FCONST_2, FDIV, FLOAD, FLOAT, FMUL, FNEG, FREM, FRETURN, FSTORE, FSUB, GETFIELD, GETSTATIC, GOTO, H_GETFIELD, H_GETSTATIC, H_INVOKEINTERFACE, H_INVOKESPECIAL, H_INVOKESTATIC, H_INVOKEVIRTUAL, H_NEWINVOKESPECIAL, H_PUTFIELD, H_PUTSTATIC, I2B, I2C, I2D, I2F, I2L, I2S, IADD, IALOAD, IAND, IASTORE, ICONST_0, ICONST_1, ICONST_2, ICONST_3, ICONST_4, ICONST_5, ICONST_M1, IDIV, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IINC, ILOAD, IMUL, INEG, INSTANCEOF, INTEGER, INVOKEDYNAMIC, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, IOR, IREM, IRETURN, ISHL, ISHR, ISTORE, ISUB, IUSHR, IXOR, JSR, L2D, L2F, L2I, LADD, LALOAD, LAND, LASTORE, LCMP, LCONST_0, LCONST_1, LDC, LDIV, LLOAD, LMUL, LNEG, LONG, LOOKUPSWITCH, LOR, LREM, LRETURN, LSHL, LSHR, LSTORE, LSUB, LUSHR, LXOR, MONITORENTER, MONITOREXIT, MULTIANEWARRAY, NEW, NEWARRAY, NOP, NULL, POP, POP2, PUTFIELD, PUTSTATIC, RET, RETURN, SALOAD, SASTORE, SIPUSH, SWAP, T_BOOLEAN, T_BYTE, T_CHAR, T_DOUBLE, T_FLOAT, T_INT, T_LONG, T_SHORT, TABLESWITCH, TOP, UNINITIALIZED_THIS, V1_1, V1_2, V1_3, V1_4, V1_5, V1_6, V1_7, V1_8
Constructor and Description |
---|
SkinnyMethodAdapter(org.objectweb.asm.ClassVisitor cv,
int flags,
String name,
String signature,
String something,
String[] exceptions) |
Modifier and Type | Method and Description |
---|---|
void |
aaload() |
void |
aastore() |
void |
aconst_null() |
void |
aload(int arg0) |
void |
aloadMany(int... args)
Short-hand for specifying a set of aloads
|
void |
anewarray(String arg0) |
void |
aprintln() |
void |
areturn() |
void |
arraylength() |
void |
arrayload() |
void |
arraystore() |
void |
astore(int arg0) |
void |
athrow() |
void |
baload() |
void |
barrayload() |
void |
barraystore() |
void |
bastore() |
void |
bipush(int arg) |
void |
caload() |
void |
castore() |
void |
checkcast(String arg0) |
void |
d2f() |
void |
d2i() |
void |
d2l() |
void |
dadd() |
void |
daload() |
void |
dastore() |
void |
dcmpg() |
void |
dcmpl() |
void |
ddiv() |
void |
dload(int arg0) |
void |
dmul() |
void |
dneg() |
void |
drem() |
void |
dreturn() |
void |
dstore(int arg0) |
void |
dsub() |
void |
dup_x1() |
void |
dup_x2() |
void |
dup() |
void |
dup2_x1() |
void |
dup2_x2() |
void |
dup2() |
void |
end() |
void |
f2d() |
void |
f2i() |
void |
f2l() |
void |
fadd() |
void |
faload() |
void |
fastore() |
void |
fcmpg() |
void |
fcmpl() |
void |
fdiv() |
void |
fload(int arg0) |
void |
fmul() |
void |
fneg() |
void |
frem() |
void |
freturn() |
void |
fstore(int arg0) |
void |
fsub() |
void |
getfield(String arg1,
String arg2,
String arg3) |
org.objectweb.asm.MethodVisitor |
getMethodVisitor() |
void |
getstatic(String arg1,
String arg2,
String arg3) |
void |
go_to(org.objectweb.asm.Label arg0) |
void |
i2b() |
void |
i2c() |
void |
i2d() |
void |
i2f() |
void |
i2l() |
void |
i2s() |
void |
iadd() |
void |
iaload() |
void |
iand() |
void |
iarrayload() |
void |
iastore() |
void |
iconst_0() |
void |
iconst_1() |
void |
iconst_2() |
void |
iconst_3() |
void |
iconst_4() |
void |
iconst_5() |
void |
iconst_m1() |
void |
idiv() |
void |
if_acmpeq(org.objectweb.asm.Label arg0) |
void |
if_acmpne(org.objectweb.asm.Label arg0) |
void |
if_icmpeq(org.objectweb.asm.Label arg0) |
void |
if_icmpgt(org.objectweb.asm.Label arg0) |
void |
if_icmple(org.objectweb.asm.Label arg0) |
void |
if_icmplt(org.objectweb.asm.Label arg0) |
void |
if_icmpne(org.objectweb.asm.Label arg0) |
void |
ifeq(org.objectweb.asm.Label arg0) |
void |
iffalse(org.objectweb.asm.Label arg0) |
void |
ifge(org.objectweb.asm.Label arg0) |
void |
ifgt(org.objectweb.asm.Label arg0) |
void |
ifle(org.objectweb.asm.Label arg0) |
void |
iflt(org.objectweb.asm.Label arg0) |
void |
ifne(org.objectweb.asm.Label arg0) |
void |
ifnonnull(org.objectweb.asm.Label arg0) |
void |
ifnull(org.objectweb.asm.Label arg0) |
void |
iftrue(org.objectweb.asm.Label arg0) |
void |
iinc(int arg0,
int arg1) |
void |
iload(int arg0) |
void |
imul() |
void |
ineg() |
void |
instance_of(String arg0) |
void |
invokeinterface(String arg1,
String arg2,
String arg3) |
void |
invokespecial(String arg1,
String arg2,
String arg3) |
void |
invokestatic(String arg1,
String arg2,
String arg3) |
void |
invokevirtual(String arg1,
String arg2,
String arg3) |
void |
ior() |
void |
iprintln() |
void |
irem() |
void |
ireturn() |
void |
ishl() |
void |
ishr() |
void |
istore(int arg0) |
void |
isub() |
void |
iushr() |
void |
ixor() |
void |
jsr(org.objectweb.asm.Label branch) |
void |
l2d() |
void |
l2f() |
void |
l2i() |
void |
label(org.objectweb.asm.Label label) |
void |
ladd() |
void |
laload() |
void |
land() |
void |
lastore() |
void |
lcmp() |
void |
lconst_0() |
void |
ldc(Object arg0) |
void |
ldiv() |
void |
line(int line) |
void |
line(int line,
org.objectweb.asm.Label label) |
void |
lload(int arg0) |
void |
lmul() |
void |
lneg() |
void |
lookupswitch(org.objectweb.asm.Label arg0,
int[] arg1,
org.objectweb.asm.Label[] arg2) |
void |
lor() |
void |
lrem() |
void |
lreturn() |
void |
lshl() |
void |
lshr() |
void |
lstore(int arg0) |
void |
lsub() |
void |
lushr() |
void |
lxor() |
void |
monitorenter() |
void |
monitorexit() |
void |
multianewarray(String arg0,
int dims) |
void |
newarray(int arg0) |
void |
newobj(String arg0) |
void |
nop() |
void |
pop() |
void |
pop2() |
void |
pushBoolean(boolean bool) |
void |
pushInt(int value) |
void |
putfield(String arg1,
String arg2,
String arg3) |
void |
putstatic(String arg1,
String arg2,
String arg3) |
void |
ret(int arg0) |
void |
saload() |
void |
sastore() |
void |
setMethodVisitor(org.objectweb.asm.MethodVisitor mv) |
void |
sipush(int arg) |
void |
start() |
void |
swap() |
void |
swap2() |
void |
tableswitch(int min,
int max,
org.objectweb.asm.Label defaultLabel,
org.objectweb.asm.Label[] cases) |
void |
trycatch(org.objectweb.asm.Label arg0,
org.objectweb.asm.Label arg1,
org.objectweb.asm.Label arg2,
String arg3) |
void |
trycatch(String type,
Runnable body,
Runnable catchBody) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
boolean arg1) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotationDefault() |
void |
visitAttribute(org.objectweb.asm.Attribute arg0) |
void |
visitCode() |
void |
visitEnd() |
void |
visitFieldInsn(int arg0,
String arg1,
String arg2,
String arg3) |
void |
visitFrame(int arg0,
int arg1,
Object[] arg2,
int arg3,
Object[] arg4) |
void |
visitIincInsn(int arg0,
int arg1) |
void |
visitInsn(int arg0) |
void |
visitIntInsn(int arg0,
int arg1) |
void |
visitJumpInsn(int arg0,
org.objectweb.asm.Label arg1) |
void |
visitLabel(org.objectweb.asm.Label arg0) |
void |
visitLdcInsn(Object arg0) |
void |
visitLineNumber(int arg0,
org.objectweb.asm.Label arg1) |
void |
visitLocalVariable(String arg0,
String arg1,
String arg2,
org.objectweb.asm.Label arg3,
org.objectweb.asm.Label arg4,
int arg5) |
void |
visitLookupSwitchInsn(org.objectweb.asm.Label arg0,
int[] arg1,
org.objectweb.asm.Label[] arg2) |
void |
visitMaxs(int arg0,
int arg1) |
void |
visitMethodInsn(int arg0,
String arg1,
String arg2,
String arg3) |
void |
visitMultiANewArrayInsn(String arg0,
int arg1) |
org.objectweb.asm.AnnotationVisitor |
visitParameterAnnotation(int arg0,
String arg1,
boolean arg2) |
void |
visitTableSwitchInsn(int arg0,
int arg1,
org.objectweb.asm.Label arg2,
org.objectweb.asm.Label... arg3) |
void |
visitTryCatchBlock(org.objectweb.asm.Label arg0,
org.objectweb.asm.Label arg1,
org.objectweb.asm.Label arg2,
String arg3) |
void |
visitTypeInsn(int arg0,
String arg1) |
void |
visitVarInsn(int arg0,
int arg1) |
void |
voidreturn() |
public org.objectweb.asm.MethodVisitor getMethodVisitor()
public void setMethodVisitor(org.objectweb.asm.MethodVisitor mv)
public void aloadMany(int... args)
args
- list of aloads you wantpublic void aload(int arg0)
public void iload(int arg0)
public void lload(int arg0)
public void fload(int arg0)
public void dload(int arg0)
public void astore(int arg0)
public void istore(int arg0)
public void lstore(int arg0)
public void fstore(int arg0)
public void dstore(int arg0)
public void ldc(Object arg0)
public void bipush(int arg)
public void sipush(int arg)
public void pushInt(int value)
public void pushBoolean(boolean bool)
public void aprintln()
public void iprintln()
public void areturn()
public void ireturn()
public void freturn()
public void lreturn()
public void dreturn()
public void newobj(String arg0)
public void dup()
public void swap()
public void swap2()
public void voidreturn()
public void anewarray(String arg0)
public void multianewarray(String arg0, int dims)
public void newarray(int arg0)
public void iconst_m1()
public void iconst_0()
public void iconst_1()
public void iconst_2()
public void iconst_3()
public void iconst_4()
public void iconst_5()
public void lconst_0()
public void aconst_null()
public void label(org.objectweb.asm.Label label)
public void nop()
public void pop()
public void pop2()
public void arrayload()
public void arraystore()
public void iarrayload()
public void barrayload()
public void barraystore()
public void aaload()
public void aastore()
public void iaload()
public void iastore()
public void laload()
public void lastore()
public void baload()
public void bastore()
public void saload()
public void sastore()
public void caload()
public void castore()
public void faload()
public void fastore()
public void daload()
public void dastore()
public void fcmpl()
public void fcmpg()
public void dcmpl()
public void dcmpg()
public void dup_x2()
public void dup_x1()
public void dup2_x2()
public void dup2_x1()
public void dup2()
public void trycatch(org.objectweb.asm.Label arg0, org.objectweb.asm.Label arg1, org.objectweb.asm.Label arg2, String arg3)
public void go_to(org.objectweb.asm.Label arg0)
public void lookupswitch(org.objectweb.asm.Label arg0, int[] arg1, org.objectweb.asm.Label[] arg2)
public void athrow()
public void instance_of(String arg0)
public void ifeq(org.objectweb.asm.Label arg0)
public void iffalse(org.objectweb.asm.Label arg0)
public void ifne(org.objectweb.asm.Label arg0)
public void iftrue(org.objectweb.asm.Label arg0)
public void if_acmpne(org.objectweb.asm.Label arg0)
public void if_acmpeq(org.objectweb.asm.Label arg0)
public void if_icmple(org.objectweb.asm.Label arg0)
public void if_icmpgt(org.objectweb.asm.Label arg0)
public void if_icmplt(org.objectweb.asm.Label arg0)
public void if_icmpne(org.objectweb.asm.Label arg0)
public void if_icmpeq(org.objectweb.asm.Label arg0)
public void checkcast(String arg0)
public void start()
public void end()
public void line(int line)
public void line(int line, org.objectweb.asm.Label label)
public void ifnonnull(org.objectweb.asm.Label arg0)
public void ifnull(org.objectweb.asm.Label arg0)
public void iflt(org.objectweb.asm.Label arg0)
public void ifle(org.objectweb.asm.Label arg0)
public void ifgt(org.objectweb.asm.Label arg0)
public void ifge(org.objectweb.asm.Label arg0)
public void arraylength()
public void ishr()
public void ishl()
public void iushr()
public void lshr()
public void lshl()
public void lushr()
public void lcmp()
public void iand()
public void ior()
public void ixor()
public void land()
public void lor()
public void lxor()
public void iadd()
public void ladd()
public void fadd()
public void dadd()
public void isub()
public void lsub()
public void fsub()
public void dsub()
public void idiv()
public void irem()
public void ineg()
public void i2d()
public void i2l()
public void i2f()
public void i2s()
public void i2c()
public void i2b()
public void ldiv()
public void lrem()
public void lneg()
public void l2d()
public void l2i()
public void l2f()
public void fdiv()
public void frem()
public void fneg()
public void f2d()
public void f2i()
public void f2l()
public void ddiv()
public void drem()
public void dneg()
public void d2f()
public void d2i()
public void d2l()
public void imul()
public void lmul()
public void fmul()
public void dmul()
public void iinc(int arg0, int arg1)
public void monitorenter()
public void monitorexit()
public void jsr(org.objectweb.asm.Label branch)
public void ret(int arg0)
public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
visitAnnotationDefault
in class org.objectweb.asm.MethodVisitor
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, boolean arg1)
visitAnnotation
in class org.objectweb.asm.MethodVisitor
public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int arg0, String arg1, boolean arg2)
visitParameterAnnotation
in class org.objectweb.asm.MethodVisitor
public void visitAttribute(org.objectweb.asm.Attribute arg0)
visitAttribute
in class org.objectweb.asm.MethodVisitor
public void visitCode()
visitCode
in class org.objectweb.asm.MethodVisitor
public void visitInsn(int arg0)
visitInsn
in class org.objectweb.asm.MethodVisitor
public void visitIntInsn(int arg0, int arg1)
visitIntInsn
in class org.objectweb.asm.MethodVisitor
public void visitVarInsn(int arg0, int arg1)
visitVarInsn
in class org.objectweb.asm.MethodVisitor
public void visitTypeInsn(int arg0, String arg1)
visitTypeInsn
in class org.objectweb.asm.MethodVisitor
public void visitFieldInsn(int arg0, String arg1, String arg2, String arg3)
visitFieldInsn
in class org.objectweb.asm.MethodVisitor
public void visitMethodInsn(int arg0, String arg1, String arg2, String arg3)
visitMethodInsn
in class org.objectweb.asm.MethodVisitor
public void visitJumpInsn(int arg0, org.objectweb.asm.Label arg1)
visitJumpInsn
in class org.objectweb.asm.MethodVisitor
public void visitLabel(org.objectweb.asm.Label arg0)
visitLabel
in class org.objectweb.asm.MethodVisitor
public void visitLdcInsn(Object arg0)
visitLdcInsn
in class org.objectweb.asm.MethodVisitor
public void visitIincInsn(int arg0, int arg1)
visitIincInsn
in class org.objectweb.asm.MethodVisitor
public void visitTableSwitchInsn(int arg0, int arg1, org.objectweb.asm.Label arg2, org.objectweb.asm.Label... arg3)
visitTableSwitchInsn
in class org.objectweb.asm.MethodVisitor
public void visitLookupSwitchInsn(org.objectweb.asm.Label arg0, int[] arg1, org.objectweb.asm.Label[] arg2)
visitLookupSwitchInsn
in class org.objectweb.asm.MethodVisitor
public void visitMultiANewArrayInsn(String arg0, int arg1)
visitMultiANewArrayInsn
in class org.objectweb.asm.MethodVisitor
public void visitTryCatchBlock(org.objectweb.asm.Label arg0, org.objectweb.asm.Label arg1, org.objectweb.asm.Label arg2, String arg3)
visitTryCatchBlock
in class org.objectweb.asm.MethodVisitor
public void visitLocalVariable(String arg0, String arg1, String arg2, org.objectweb.asm.Label arg3, org.objectweb.asm.Label arg4, int arg5)
visitLocalVariable
in class org.objectweb.asm.MethodVisitor
public void visitLineNumber(int arg0, org.objectweb.asm.Label arg1)
visitLineNumber
in class org.objectweb.asm.MethodVisitor
public void visitMaxs(int arg0, int arg1)
visitMaxs
in class org.objectweb.asm.MethodVisitor
public void visitEnd()
visitEnd
in class org.objectweb.asm.MethodVisitor
public void tableswitch(int min, int max, org.objectweb.asm.Label defaultLabel, org.objectweb.asm.Label[] cases)