public class FieldProxyInsnNode
extends org.objectweb.asm.tree.FieldInsnNode
FieldInsnNode
to add a constructor
taking in a FieldProxy
.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 |
---|
FieldProxyInsnNode(int opcode,
FieldProxy f)
Constructs a new
FieldInsnNode starting
from a FieldProxy . |
public FieldProxyInsnNode(int opcode, FieldProxy f)
FieldInsnNode
starting
from a FieldProxy
.opcode
- the opcode, must be one of GETSTATIC, PUTSTATIC,
GETFIELD or PUTFIELDf
- a FieldProxy
representing the field to call