File
Doc
Category
Size
Date
Package
PopInstruction.java
API Doc
Java SE 5 API
3074
Fri Aug 26 14:55:24 BST 2005
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.1.1 2001/10/29 20:00:26 jvanzyl Exp $
author
M. Dahm
see
ISTORE
see
POP
Fields Summary
Constructors Summary
Methods Summary
Java Code Source