jellyj.classfile.classgen
Class LOOKUPSWITCH
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.Select
|
+--jellyj.classfile.classgen.LOOKUPSWITCH
- public class LOOKUPSWITCH
- extends Select
LOOKUPSWITCH - Switch with unordered set of values
- Author:
- JellyJ Design Group
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
LOOKUPSWITCH
LOOKUPSWITCH()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
LOOKUPSWITCH
public LOOKUPSWITCH(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