org.apache.bcel.generic

Interface ConstantPushInstruction

All Superinterfaces:
PushInstruction, StackProducer, TypedInstruction
Known Implementing Classes:
BIPUSH, DCONST, FCONST, ICONST, LCONST, SIPUSH

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

Number
getValue()

Methods inherited from interface org.apache.bcel.generic.StackProducer

produceStack

Methods inherited from interface org.apache.bcel.generic.TypedInstruction

getType

Method Details

getValue

public Number getValue()