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 ...]] -> ...
-
INVOKESPECIAL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
INVOKESPECIAL(int)
-
INVOKESPECIAL
INVOKESPECIAL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
INVOKESPECIAL
public INVOKESPECIAL(int index)
All Packages Class Hierarchy This Package Previous Next Index