FileDocCategorySizeDatePackage
PushInstruction.javaAPI DocJava SE 6 API3155Tue Jun 10 00:22:22 BST 2008com.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