File
Doc
Category
Size
Date
Package
PushInstruction.java
API Doc
Java SE 5 API
3152
Fri Aug 26 14:55:24 BST 2005
com.sun.org.apache.bcel.internal.generic
PushInstruction
public interface PushInstruction implements StackProducer
Denotes an unparameterized instruction to produce a value on top of the stack, such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc.
version
$Id: PushInstruction.java,v 1.1.1.1 2001/10/29 20:00:26 jvanzyl Exp $
author
M. Dahm
see
ILOAD
see
ICONST
see
LDC
see
DUP
see
SIPUSH
see
GETSTATIC
Fields Summary
Constructors Summary
Methods Summary
Java Code Source