Public Methods | |
LDC_W (int index) | |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
LDC_W (int index) | |
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 | |
LDC_W () | |
LDC_W () | |
Private Attributes | |
de fub bytecode generic LDC_W | peer |
String | string |
int | value |
boolean | isString |
Stack: ... -> ..., item.word1, item.word2
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 19 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 19 of file src/de/fub/bytecode/generic/LDC_W.java. |
|
Read needed data (i.e., index) from file. Reimplemented from Instruction. Definition at line 26 of file src/de/fub/bytecode/generic/LDC_W.java. |
|
Read needed data (i.e. index) from file. Reimplemented from Instruction. Definition at line 26 of file lib/jpf/de/fub/bytecode/generic/LDC_W.java. |