de.fub.bytecode.generic
Interface ConstantPushInstruction

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

public interface ConstantPushInstruction
extends PushInstruction

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

Version:
$Id: ConstantPushInstruction.java,v 1.2 1999/05/04 13:12:56 dahm Exp $
Author:
M. Dahm
See Also:
ICONST, SIPUSH

Method Summary
 java.lang.Number getValue()
           
 

Method Detail

getValue

public java.lang.Number getValue()