Public Methods | |
RET (int index) | |
void | dump (DataOutputStream out) throws IOException |
final int | getIndex () |
final void | setIndex (int n) |
String | toString (boolean verbose) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
RET (int index) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
final int | getIndex () |
final void | setIndex (int n) |
String | toString (boolean verbose) |
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 | |
RET () | |
final void | setWide () |
RET () | |
final void | setWide () |
Private Attributes | |
boolean | wide |
int | index |
de fub bytecode generic RET | peer |
Stack: ..., -> ..., address
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/RET.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 22 of file lib/jpf/de/fub/bytecode/generic/RET.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 22 of file src/de/fub/bytecode/generic/RET.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 35 of file src/de/fub/bytecode/generic/RET.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 42 of file src/de/fub/bytecode/generic/RET.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 31 of file lib/jpf/de/fub/bytecode/generic/RET.java. |
|
Reimplemented from IndexedInstruction. Definition at line 56 of file src/de/fub/bytecode/generic/RET.java. |
|
Reimplemented from IndexedInstruction. Definition at line 45 of file lib/jpf/de/fub/bytecode/generic/RET.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 60 of file src/de/fub/bytecode/generic/RET.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 49 of file lib/jpf/de/fub/bytecode/generic/RET.java. |
|
Set index of local variable containg the return address Reimplemented from IndexedInstruction. Definition at line 75 of file src/de/fub/bytecode/generic/RET.java. |
|
Set index of local variable containg the return address Reimplemented from IndexedInstruction. Definition at line 65 of file lib/jpf/de/fub/bytecode/generic/RET.java. |
|
Reimplemented from Instruction. Definition at line 91 of file src/de/fub/bytecode/generic/RET.java. |
|
Reimplemented from Instruction. Definition at line 81 of file lib/jpf/de/fub/bytecode/generic/RET.java. |