Public Methods | |
BIPUSH (byte 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) |
BIPUSH (byte 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 | |
BIPUSH () | |
BIPUSH () | |
Private Attributes | |
byte | b |
de fub bytecode generic BIPUSH | peer |
int | value |
Stack: ... -> ..., value
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/BIPUSH.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/BIPUSH.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/BIPUSH.java. |
|
Push byte on stack Definition at line 24 of file src/de/fub/bytecode/generic/BIPUSH.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 36 of file src/de/fub/bytecode/generic/BIPUSH.java. |
|
Dump instruction as byte code to stream out. Reimplemented from Instruction. Definition at line 46 of file src/de/fub/bytecode/generic/BIPUSH.java. |
|
Dump instruction as byte code to stream out. Reimplemented from Instruction. Definition at line 29 of file lib/jpf/de/fub/bytecode/generic/BIPUSH.java. |
|
Reimplemented from TypedInstruction. Definition at line 52 of file src/de/fub/bytecode/generic/BIPUSH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 59 of file src/de/fub/bytecode/generic/BIPUSH.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 37 of file lib/jpf/de/fub/bytecode/generic/BIPUSH.java. |
|
Reimplemented from Instruction. Definition at line 67 of file src/de/fub/bytecode/generic/BIPUSH.java. |
|
Reimplemented from Instruction. Definition at line 45 of file lib/jpf/de/fub/bytecode/generic/BIPUSH.java. |