File
Doc
Category
Size
Date
Package
PushInstruction.java
API Doc
Java SE 6 API
3155
Tue Jun 10 00:22:22 BST 2008
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.2.1 2005/07/31 23:45:39 jeffsuttor 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