All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.LOOKUPSWITCH
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.BranchInstruction
|
+----espresso.classfile.classgen.Select
|
+----espresso.classfile.classgen.LOOKUPSWITCH
- public class LOOKUPSWITCH
- extends Select
LOOKUPSWITCH - Switch with unordered set of values
-
LOOKUPSWITCH()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
LOOKUPSWITCH(int[], InstructionHandle[], InstructionHandle)
-
-
dump(DataOutputStream)
- Dump instruction as byte code to stream out.
-
initFromFile(ByteSequence, boolean)
- Read needed data (e.g.
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 IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream
- Overrides:
- dump in class Select
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide) throws IOException
- Read needed data (e.g. index) from file.
- Overrides:
- initFromFile in class Select
All Packages Class Hierarchy This Package Previous Next Index