|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.generic
Interface ConstantPushInstruction

- All Superinterfaces:
- PushInstruction, StackProducer, TypedInstruction
- public interface ConstantPushInstruction
- extends PushInstruction, TypedInstruction
Denotes a push instruction that produces a literal on the stack such as SIPUSH, BIPUSH, ICONST, etc.
- Version:
- $Id: ConstantPushInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
| Method Summary | |
java.lang.Number |
getValue()
|
| Methods inherited from interface org.apache.bcel.generic.StackProducer |
produceStack |
| Methods inherited from interface org.apache.bcel.generic.TypedInstruction |
getType |
| Method Detail |
getValue
public java.lang.Number getValue()
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC