jellyj.classfile.classgen
Class TABLESWITCH
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.Select
|
+--jellyj.classfile.classgen.TABLESWITCH
- public class TABLESWITCH
- extends Select
TABLESWITCH - Switch within given range of values, i.e. low..high
- Author:
- JellyJ Design Group
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
TABLESWITCH
TABLESWITCH()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
TABLESWITCH
public TABLESWITCH(int[] match, InstructionHandle[] targets, InstructionHandle target)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream