org.apache.bcel.generic
public class ICONST extends Instruction implements ConstantPushInstruction, TypedInstruction
Stack: ... -> ...,
Version: $Id: ICONST.java 386056 2006-03-15 11:31:56Z tcurdt $
Field Summary | |
---|---|
int | value |
Constructor Summary | |
---|---|
ICONST()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
ICONST(int i) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Type | getType(ConstantPoolGen cp) |
Number | getValue() |
Parameters: v Visitor object
Returns: Type.INT