Public Methods | |
TABLESWITCH (int[] match, InstructionHandle[] targets, InstructionHandle target) | |
void | dump (DataOutputStream out) throws IOException |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
TABLESWITCH (int[] match, InstructionHandle[] targets, InstructionHandle target) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
Instruction | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i, ConstantPool cp) |
Protected Methods | |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
Private Methods | |
TABLESWITCH () | |
TABLESWITCH () | |
Private Attributes | |
de fub bytecode generic TABLESWITCH | peer |
int | target |
int[] | matches |
int[] | targets |
Definition at line 13 of file lib/jpf/de/fub/bytecode/generic/TABLESWITCH.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Definition at line 25 of file lib/jpf/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 18 of file src/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Definition at line 25 of file src/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.
Reimplemented from Instruction. Definition at line 41 of file src/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 53 of file src/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 37 of file lib/jpf/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 65 of file src/de/fub/bytecode/generic/TABLESWITCH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 49 of file lib/jpf/de/fub/bytecode/generic/TABLESWITCH.java. |