File
Doc
Category
Size
Date
Package
ConstantPushInstruction.java
API Doc
Java SE 5 API
3137
Fri Aug 26 14:55:18 BST 2005
com.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.Number
getValue
()
Java Code Source