jellyj.classfile.classgen
Class GOTO_W

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

public class GOTO_W
extends BranchInstruction

GOTO_W - Branch always (offset, not address)

Author:
JellyJ Design Group

Constructor Summary
 (package private) GOTO_W()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 GOTO_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

GOTO_W

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

GOTO_W

public GOTO_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