All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.GOTO_W

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.BranchInstruction
                   |
                   +----de.fub.bytecode.generic.GOTO_W

public class GOTO_W
extends BranchInstruction
implements UnconditionalBranch
GOTO_W - Branch always (offset, not address)

Version:
$Id: GOTO_W.java,v 1.3 1999/05/04 13:13:32 dahm Exp $
Author:
M. Dahm

Constructor Index

 o GOTO_W(InstructionHandle)

Method Index

 o dump(DataOutputStream)
Dump instruction as byte code to stream out.
 o initFromFile(ByteSequence, boolean)
Read needed data (e.g.

Constructors

 o GOTO_W
 public GOTO_W(InstructionHandle target)

Methods

 o dump
 public void dump(DataOutputStream out) throws IOException
Dump instruction as byte code to stream out.

Parameters:
out - Output stream
Overrides:
dump in class BranchInstruction
 o initFromFile
 protected void initFromFile(ByteSequence bytes,
                             boolean wide) throws IOException
Read needed data (e.g. index) from file.

Overrides:
initFromFile in class BranchInstruction

All Packages  Class Hierarchy  This Package  Previous  Next  Index