org.apache.bcel.generic
public class SIPUSH extends Instruction implements ConstantPushInstruction
Stack: ... -> ..., value
Constructor Summary | |
---|---|
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