Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Interface Bytecodes.ConstantPushInstruction  view Bytecodes.ConstantPushInstruction download Bytecodes.ConstantPushInstruction.java

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()