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