FileDocCategorySizeDatePackage
ConstantPushInstruction.javaAPI DocJava SE 6 API3140Tue Jun 10 00:22:18 BST 2008com.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.2.1 2005/07/31 23:45:33 jeffsuttor Exp $
author
M. Dahm
see
ICONST
see
SIPUSH

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