Constructs a new
MethodInsnNode .
Parameters: opcode - the opcode of the type instruction to be constructed. Thisopcode must be INVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC orINVOKEINTERFACE. Parameters: owner - the internal name of the method's owner class (seeorg.ejb3unit.asm.Type.getInternalName getInternalName). Parameters: name - the method's name. Parameters: desc - the method's descriptor (see org.ejb3unit.asm.Type).
Sets the opcode of this instruction.
Parameters: opcode - the new instruction opcode. This opcode must beINVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC or INVOKEINTERFACE.
Fields inherited from org.ejb3unit.asm.tree.AbstractInsnNode