FileDocCategorySizeDatePackage
PushInstruction.javaAPI DocJava SE 5 API3152Fri Aug 26 14:55:24 BST 2005com.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