de.fub.bytecode.generic
Interface PopInstruction

All Superinterfaces:
StackConsumer
All Known Implementing Classes:
StoreInstruction, PUTSTATIC, POP, 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.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
ISTORE, POP

Methods inherited from interface de.fub.bytecode.generic.StackConsumer
consumeStack