org.apache.bcel.generic
public final class PUSH extends Object implements CompoundInstruction, VariableLengthInstruction, InstructionConstants
Version: $Id: PUSH.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| Instruction | instruction |
| Constructor Summary | |
|---|---|
| PUSH(ConstantPoolGen cp, int value)
This constructor also applies for values of type short, char, byte
| |
| PUSH(ConstantPoolGen cp, boolean value) | |
| PUSH(ConstantPoolGen cp, float value) | |
| PUSH(ConstantPoolGen cp, long value) | |
| PUSH(ConstantPoolGen cp, double value) | |
| PUSH(ConstantPoolGen cp, String value) | |
| PUSH(ConstantPoolGen cp, Number value) | |
| PUSH(ConstantPoolGen cp, Character value)
creates a push object from a Character value. | |
| PUSH(ConstantPoolGen cp, Boolean value) | |
| Method Summary | |
|---|---|
| Instruction | getInstruction() |
| InstructionList | getInstructionList() |
| String | toString() |
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Parameters: cp Constant pool value to be pushed
Returns: mnemonic for instruction