All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.INVOKEVIRTUAL
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.CPInstruction
|
+----espresso.classfile.classgen.INVOKEVIRTUAL
- public class INVOKEVIRTUAL
- extends CPInstruction
INVOKEVIRTUAL - Invoke instance method; dispatch based on class
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
-
INVOKEVIRTUAL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
INVOKEVIRTUAL(int)
-
INVOKEVIRTUAL
INVOKEVIRTUAL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
INVOKEVIRTUAL
public INVOKEVIRTUAL(int index)
All Packages Class Hierarchy This Package Previous Next Index