org.apache.bcel.generic

Interface ConstantPushInstruction

public interface ConstantPushInstruction extends PushInstruction, TypedInstruction

Denotes a push instruction that produces a literal on the stack such as SIPUSH, BIPUSH, ICONST, etc.

See Also: ICONST SIPUSH

Method Summary
NumbergetValue()

Method Detail

getValue

public Number getValue()