Public Methods | |
IINC (int n, int c) | |
void | dump (DataOutputStream out) throws IOException |
final int | getIncrement () |
final int | getIndex () |
final void | setIncrement (int c) |
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) |
IINC (int n, int c) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
final int | getIncrement () |
final int | getIndex () |
final void | setIncrement (int c) |
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 | |
IINC () | |
final void | setWide () |
IINC () | |
final void | setWide () |
Private Attributes | |
boolean | wide |
int | n |
int | c |
de fub bytecode generic IINC | peer |
int | index |
int | increment |
Definition at line 12 of file lib/jpf/de/fub/bytecode/generic/IINC.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 20 of file lib/jpf/de/fub/bytecode/generic/IINC.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/IINC.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 38 of file src/de/fub/bytecode/generic/IINC.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 45 of file src/de/fub/bytecode/generic/IINC.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 34 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Definition at line 63 of file src/de/fub/bytecode/generic/IINC.java. |
|
Definition at line 52 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Reimplemented from IndexedInstruction. Definition at line 67 of file src/de/fub/bytecode/generic/IINC.java. |
|
Reimplemented from IndexedInstruction. Definition at line 56 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 71 of file src/de/fub/bytecode/generic/IINC.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 60 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Set increment factor. Definition at line 89 of file src/de/fub/bytecode/generic/IINC.java. |
|
Set increment factor. Definition at line 78 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Set index of local variable. Reimplemented from IndexedInstruction. Definition at line 96 of file src/de/fub/bytecode/generic/IINC.java. |
|
Set index of local variable. Reimplemented from IndexedInstruction. Definition at line 85 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |
|
Reimplemented from Instruction. Definition at line 112 of file src/de/fub/bytecode/generic/IINC.java. |
|
Reimplemented from Instruction. Definition at line 101 of file lib/jpf/de/fub/bytecode/generic/IINC.java. |