bcel API: Interface PopInstruction

org.apache.bcel.generic
Interface PopInstruction

All Superinterfaces:
StackConsumer
All Known Implementing Classes:
POP, PUTSTATIC, StoreInstruction, POP2

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,v 1.1.1.1 2001/10/29 20:00:26 jvanzyl Exp $
Author:
M. Dahm
See Also:
ISTORE, POP

Methods inherited from interface org.apache.bcel.generic.StackConsumer
consumeStack