public class MethodProxyInsnNode
extends org.objectweb.asm.tree.MethodInsnNode
MethodInsnNode
to add a constructor
taking in a MethodProxy
.FIELD_INSN, FRAME, IINC_INSN, INSN, INT_INSN, invisibleTypeAnnotations, INVOKE_DYNAMIC_INSN, JUMP_INSN, LABEL, LDC_INSN, LINE, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN, visibleTypeAnnotations
Constructor and Description |
---|
MethodProxyInsnNode(int opcode,
MethodProxy m)
Constructs a new
MethodInsnNode starting
from a MethodProxy . |
public MethodProxyInsnNode(int opcode, MethodProxy m)
MethodInsnNode
starting
from a MethodProxy
.opcode
- the opcode, must be one of INVOKEVIRTUAL,
INVOKESPECIAL, INVOKESTATIC or INVOKEINTERFACEm
- a MethodProxy
representing the method to call