jellyj.classfile.classgen
Class INVOKEINTERFACE
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.INVOKEINTERFACE
- public final class INVOKEINTERFACE
- extends CPInstruction
INVOKEINTERFACE - Invoke interface method
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | INVOKEINTERFACE() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| INVOKEINTERFACE(int index, int nargs) |
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
INVOKEINTERFACE
INVOKEINTERFACE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
INVOKEINTERFACE
public INVOKEINTERFACE(int index, int nargs)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream