|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.BytecodeAnalysis
Interface Bytecodes.ConstantPushInstruction

- All Superinterfaces:
- Bytecodes.PushInstruction, Bytecodes.StackProducer, Bytecodes.TypedInstruction
- All Known Implementing Classes:
- Bytecodes.BIPUSH, Bytecodes.DCONST, Bytecodes.FCONST, Bytecodes.ICONST, Bytecodes.LCONST, Bytecodes.SIPUSH
- Enclosing interface:
- Bytecodes
- public static interface Bytecodes.ConstantPushInstruction
- extends Bytecodes.PushInstruction, Bytecodes.TypedInstruction
| Method Summary | |
java.lang.Number |
getValue()
|
| Methods inherited from interface Compil3r.BytecodeAnalysis.Bytecodes.StackProducer |
produceStack |
| Methods inherited from interface Compil3r.BytecodeAnalysis.Bytecodes.TypedInstruction |
getType |
| Method Detail |
getValue
public java.lang.Number getValue()
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC