FileDocCategorySizeDatePackage
PopInstruction.javaAPI DocJava SE 5 API3074Fri Aug 26 14:55:24 BST 2005com.sun.org.apache.bcel.internal.generic

PopInstruction

public interface PopInstruction implements 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
ISTORE
see
POP

Fields Summary
Constructors Summary
Methods Summary