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 |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
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)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream