All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.JSR_W

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

public class JSR_W
extends BranchInstruction
JSR_W - Jump to subroutine


Constructor Index

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

 o JSR_W
 public JSR_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