jellyj.classfile.classgen
Class JSR
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.JSR
- public class JSR
- extends BranchInstruction
- implements VariableLengthInstruction
JSR - Jump to subroutine
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | JSR() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| JSR(InstructionHandle target) |
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
JSR
JSR()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
JSR
public JSR(InstructionHandle target)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream