FileDocCategorySizeDatePackage
ConstantPushInstruction.javaAPI DocJava SE 5 API3137Fri Aug 26 14:55:18 BST 2005com.sun.org.apache.bcel.internal.generic

ConstantPushInstruction

public interface ConstantPushInstruction implements TypedInstruction, PushInstruction
Denotes a push instruction that produces a literal on the stack such as SIPUSH, BIPUSH, ICONST, etc.
version
$Id: ConstantPushInstruction.java,v 1.1.1.1 2001/10/29 20:00:08 jvanzyl Exp $
author
M. Dahm
see
ICONST
see
SIPUSH

Fields Summary
Constructors Summary
Methods Summary
public java.lang.NumbergetValue()