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 ...]] -> ...


Constructor Index

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

Constructors

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

 o INVOKEVIRTUAL
 public INVOKEVIRTUAL(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index