File
Doc
Category
Size
Date
Package
ConstantPushInstruction.java
API Doc
Java SE 6 API
3140
Tue Jun 10 00:22:18 BST 2008
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.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.Number
getValue
()
Java Code Source