public class TypeProxyInsnNode
extends org.objectweb.asm.tree.TypeInsnNode
TypeInsnNode
to add a constructor
taking in a TypeProxy
.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 |
---|
TypeProxyInsnNode(int opcode,
TypeProxy t)
Constructs a new
TypeInsnNode starting from a
TypeProxy . |
public TypeProxyInsnNode(int opcode, TypeProxy t)
TypeInsnNode
starting from a
TypeProxy
. The user should ensure that the TypeInsnNode
represents a declared type before calling this.opcode
- the opcode, must be one of NEW, ANEWARRAY,
CHECKCAST or INSTANCEOFt
- a TypeProxy
representing the type to call