- All Superinterfaces:
- StackConsumer
- All Known Implementing Classes:
- ASTORE, DSTORE, FSTORE, ISTORE, LSTORE, POP, POP2, PUTFIELD, PUTSTATIC, StoreInstruction
public interface PopInstruction
extends StackConsumer
Denotes an unparameterized instruction to pop a value on top from the stack,
such as ISTORE, POP, PUTSTATIC.
- Version:
- $Id: PopInstruction.java 947879 2010-05-25 00:48:30Z sebb $
- Author:
- M. Dahm
- See Also:
ISTORE
,
POP