Public Methods | |
PUSH (ConstantPoolGen cp, double value) | |
PUSH (ConstantPoolGen cp, float value) | |
PUSH (ConstantPoolGen cp, int value) | |
PUSH (ConstantPoolGen cp, long value) | |
PUSH (ConstantPoolGen cp, Boolean value) | |
PUSH (ConstantPoolGen cp, Character value) | |
PUSH (ConstantPoolGen cp, Number value) | |
PUSH (ConstantPoolGen cp, String value) | |
PUSH (ConstantPoolGen cp, boolean value) | |
final Instruction | getInstruction () |
final InstructionList | getInstructionList () |
String | toString () |
PUSH (ConstantPoolGen cp, double value) | |
PUSH (ConstantPoolGen cp, float value) | |
PUSH (ConstantPoolGen cp, int value) | |
PUSH (ConstantPoolGen cp, long value) | |
PUSH (ConstantPoolGen cp, Boolean value) | |
PUSH (ConstantPoolGen cp, Character value) | |
PUSH (ConstantPoolGen cp, Number value) | |
PUSH (ConstantPoolGen cp, String value) | |
PUSH (ConstantPoolGen cp, boolean value) | |
final Instruction | getInstruction () |
final InstructionList | getInstructionList () |
String | toString () |
Private Attributes | |
Instruction | instruction |
Definition at line 13 of file lib/jpf/de/fub/bytecode/generic/PUSH.java.
|
Definition at line 22 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 34 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
This constructor also applies for values of type short, char, byte
Definition at line 50 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 64 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 76 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 83 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 90 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 106 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 116 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 22 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 34 of file src/de/fub/bytecode/generic/PUSH.java. |
|
This constructor also applies for values of type short, char, byte
Definition at line 50 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 64 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 76 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 83 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 90 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 106 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 116 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 128 of file src/de/fub/bytecode/generic/PUSH.java. |
|
Definition at line 128 of file lib/jpf/de/fub/bytecode/generic/PUSH.java. |