org.apache.bcel.generic
public class BIPUSH extends Instruction implements ConstantPushInstruction
Stack: ... -> ..., value
Constructor Summary | |
---|---|
BIPUSH(byte b) Push byte on stack |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
void | dump(DataOutputStream out)
Dump instruction as byte code to stream out. |
Type | getType(ConstantPoolGen cp) |
Number | getValue() |
protected void | initFromFile(ByteSequence bytes, boolean wide)
Read needed data (e.g. index) from file. |
String | toString(boolean verbose) |
Parameters: v Visitor object
Returns: Type.BYTE
Returns: mnemonic for instruction