org.apache.bcel.generic

Interface PopInstruction

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 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

See Also: ISTORE POP