All Packages Class Hierarchy This Package Previous Next Index
Interface de.fub.bytecode.generic.ConstantPushInstruction
- 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
-
getValue()
-
getValue
public abstract Number getValue()
All Packages Class Hierarchy This Package Previous Next Index