de.fub.bytecode.generic
Interface ConstantPushInstruction

All Superinterfaces:
PushInstruction, StackProducer, TypedInstruction
All 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,v 1.3 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
ICONST, SIPUSH

Method Summary
 java.lang.Number getValue()
           
 
Methods inherited from interface de.fub.bytecode.generic.StackProducer
produceStack
 
Methods inherited from interface de.fub.bytecode.generic.TypedInstruction
getType
 

Method Detail

getValue

public java.lang.Number getValue()