org.apache.bcel.generic
public class BIPUSH extends Instruction implements ConstantPushInstruction
Stack: ... -> ..., value
Version: $Id: BIPUSH.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| byte | b |
| Constructor Summary | |
|---|---|
| BIPUSH()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| 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