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.

Version: $Id: ConstantPushInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

See Also: ICONST SIPUSH

Method Summary
NumbergetValue()

Method Detail

getValue

public Number getValue()