org.apache.bcel.generic
public class SIPUSH extends Instruction implements ConstantPushInstruction
Stack: ... -> ..., value
Version: $Id: SIPUSH.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| short | b |
| Constructor Summary | |
|---|---|
| SIPUSH()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| SIPUSH(short b) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| void | dump(DataOutputStream out)
Dump instruction as short 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.SHORT
Returns: mnemonic for instruction