Public Methods | |
LDC (int index) | |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
Type | getType (ConstantPoolGen cpg) |
final void | setIndex (int index) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
LDC (int index) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
Type | getType (ConstantPoolGen cpg) |
Object | getValue (ConstantPoolGen cpg) |
final void | setIndex (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 |
final void | setSize () |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
final void | setSize () |
Private Methods | |
LDC () | |
LDC () | |
Private Attributes | |
de fub bytecode generic LDC | 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.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.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 20 of file src/de/fub/bytecode/generic/LDC.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 33 of file src/de/fub/bytecode/generic/LDC.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from CPInstruction. Definition at line 45 of file src/de/fub/bytecode/generic/LDC.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from CPInstruction. Definition at line 28 of file lib/jpf/de/fub/bytecode/generic/LDC.java. |
|
Reimplemented from CPInstruction. Definition at line 56 of file src/de/fub/bytecode/generic/LDC.java. |
|
Reimplemented from CPInstruction. Definition at line 37 of file lib/jpf/de/fub/bytecode/generic/LDC.java. |
|
Read needed data (e.g. index) from file. Reimplemented from CPInstruction. Reimplemented in LDC_W, and LDC_W. Definition at line 87 of file src/de/fub/bytecode/generic/LDC.java. |
|
Read needed data (e.g. index) from file. Reimplemented from CPInstruction. Reimplemented in LDC_W, and LDC_W. Definition at line 49 of file lib/jpf/de/fub/bytecode/generic/LDC.java. |
|
Set the index to constant pool and adjust size. Reimplemented from CPInstruction. Definition at line 96 of file src/de/fub/bytecode/generic/LDC.java. |
|
Set the index to constant pool and adjust size. Reimplemented from CPInstruction. Definition at line 58 of file lib/jpf/de/fub/bytecode/generic/LDC.java. Referenced by LDC_W::initFromFile().
|