FileDocCategorySizeDatePackage
PopInstruction.javaAPI DocJava SE 6 API3077Tue Jun 10 00:22:22 BST 2008com.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.2.1 2005/07/31 23:44:47 jeffsuttor Exp $
author
M. Dahm
see
ISTORE
see
POP

Fields Summary
Constructors Summary
Methods Summary