jellyj.classfile.classgen
Class JSR_W

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.BranchInstruction
        |
        +--jellyj.classfile.classgen.JSR_W

public class JSR_W
extends BranchInstruction

JSR_W - Jump to subroutine

Author:
JellyJ Design Group

Constructor Summary
 (package private) JSR_W()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 JSR_W(InstructionHandle target)
           

Method Summary
 voiddump(DataOutputStream out)
          Dump instruction as byte code to stream out.

Methods inherited from class jellyj.classfile.classgen.BranchInstruction
getIndex, getTarget, setTarget, toString

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

Constructor Detail

JSR_W

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

JSR_W

public JSR_W(InstructionHandle target)
Method Detail

dump

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