joeq.Compiler.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
 Number getValue()
           
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer
produceStack
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.TypedInstruction
getType
 

Method Detail

getValue

Number getValue()


Copyright © 2001-2008 John Whaley. All Rights Reserved.