|
bcel API: Interface PushInstruction
org.apache.bcel.generic
Interface PushInstruction
- All Superinterfaces:
- StackProducer
- All Known Subinterfaces:
- ConstantPushInstruction
- All Known Implementing Classes:
- GETSTATIC, LDC, LoadInstruction, DUP, ACONST_NULL, DUP2, LDC2_W
- public interface PushInstruction
- extends StackProducer
Denotes an unparameterized instruction to produce a value on top of the stack,
such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc.
- Version:
- $Id: PushInstruction.java,v 1.1.1.1 2001/10/29 20:00:26 jvanzyl Exp $
- Author:
- M. Dahm
- See Also:
ILOAD ,
ICONST ,
LDC ,
DUP ,
SIPUSH ,
GETSTATIC
|