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
 voiddump(DataOutputStream out)
          Dump instruction as byte code to stream out.

Methods inherited from class jellyj.classfile.classgen.CPInstruction
getIndex, setIndex, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

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)
Method Detail

dump

public void dump(DataOutputStream out)
throws java.io.IOException
Dump instruction as byte code to stream out.
Parameters:
out - Output stream