All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.LOOKUPSWITCH
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.BranchInstruction
|
+----de.fub.bytecode.generic.Select
|
+----de.fub.bytecode.generic.LOOKUPSWITCH
- public class LOOKUPSWITCH
- extends Select
LOOKUPSWITCH - Switch with unordered set of values
- Version:
- $Id: LOOKUPSWITCH.java,v 1.3 1999/05/04 13:14:26 dahm Exp $
- Author:
- M. Dahm
- See Also:
- SWITCH
-
LOOKUPSWITCH(int[], InstructionHandle[], InstructionHandle)
-
-
dump(DataOutputStream)
- Dump instruction as byte code to stream out.
-
initFromFile(ByteSequence, boolean)
- Read needed data (e.g.
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