All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.INVOKESPECIAL

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.INVOKESPECIAL

public class INVOKESPECIAL
extends CPInstruction
INVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocations Stack: ..., objectref, [arg1, [arg2 ...]] -> ...


Constructor Index

 o INVOKESPECIAL()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o INVOKESPECIAL(int)

Constructors

 o INVOKESPECIAL
 INVOKESPECIAL()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o INVOKESPECIAL
 public INVOKESPECIAL(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index