All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.GOTO_W

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.BranchInstruction
                   |
                   +----espresso.classfile.classgen.GOTO_W

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


Constructor Index

 o GOTO_W()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 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
 GOTO_W()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 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