Public Methods | |
SIPUSH (short b) | |
void | dump (DataOutputStream out) throws IOException |
Number | getValue () |
String | toString (boolean verbose) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
SIPUSH (short b) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
Type | getType (ConstantPoolGen cp) |
Number | getValue () |
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 | |
SIPUSH () | |
SIPUSH () | |
Private Attributes | |
short | b |
de fub bytecode generic SIPUSH | peer |
int | value |
Stack: ... -> ..., value
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 21 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 21 of file src/de/fub/bytecode/generic/SIPUSH.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 34 of file src/de/fub/bytecode/generic/SIPUSH.java. |
|
Dump instruction as short code to stream out. Reimplemented from Instruction. Definition at line 44 of file src/de/fub/bytecode/generic/SIPUSH.java. |
|
Dump instruction as short code to stream out. Reimplemented from Instruction. Definition at line 29 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java. |
|
Reimplemented from TypedInstruction. Definition at line 50 of file src/de/fub/bytecode/generic/SIPUSH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 57 of file src/de/fub/bytecode/generic/SIPUSH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 37 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java. |
|
Reimplemented from Instruction. Definition at line 65 of file src/de/fub/bytecode/generic/SIPUSH.java. |
|
Reimplemented from Instruction. Definition at line 45 of file lib/jpf/de/fub/bytecode/generic/SIPUSH.java. |