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

Constructor Index

 o LOOKUPSWITCH(int[], InstructionHandle[], InstructionHandle)

Method Index

 o dump(DataOutputStream)
Dump instruction as byte code to stream out.
 o initFromFile(ByteSequence, boolean)
Read needed data (e.g.

Constructors

 o LOOKUPSWITCH
 public LOOKUPSWITCH(int match[],
                     InstructionHandle targets[],
                     InstructionHandle target)

Methods

 o 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
 o 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