All Packages Class Hierarchy This Package Previous Next Index
Class BIT.highBIT.InstructionLookupswitch
java.lang.Object
|
+----BIT.highBIT.Instruction
|
+----BIT.highBIT.InstructionLookupswitch
- public class InstructionLookupswitch
- extends Instruction
Represents lookupswitch JVM instruction.
- See Also:
- Instruction
-
InstructionLookupswitch(int, DataInputStream, int, Routine)
- Constructor for InstructionLookupswitch class.
-
getDefault()
-
-
getLength()
- Returns the length (in bytes) of this instruction including opcode.
-
getNpairs()
-
-
getOffsets()
-
-
setDefault(int)
-
-
write(DataOutputStream)
-
InstructionLookupswitch
public InstructionLookupswitch(int opcode,
DataInputStream iStream,
int offset,
Routine routine)
- Constructor for InstructionLookupswitch class.
- Parameters:
- opcode - the opcode of this instruction
- iStream - the data input stream where the operands are gotten from
- byte_count - represents the number of bytes read so far from the
beginning of the code buffer (this is needed to compute number of pads)
write
public void write(DataOutputStream oStream)
- Overrides:
- write in class Instruction
getLength
public int getLength()
- Returns the length (in bytes) of this instruction including opcode.
- Overrides:
- getLength in class Instruction
getOffsets
public int[] getOffsets()
getNpairs
public int getNpairs()
getDefault
public int getDefault()
setDefault
public void setDefault(int def)
All Packages Class Hierarchy This Package Previous Next Index