File
Doc
Category
Size
Date
Package
PopInstruction.java
API Doc
Java SE 6 API
3077
Tue Jun 10 00:22:22 BST 2008
com.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
Java Code Source