Uses of Class
soot.jimple.DoubleConstant

Packages that use DoubleConstant
soot.jimple Public classes for the Jimple intermediate representation. 
soot.toolkits.exceptions   
 

Uses of DoubleConstant in soot.jimple
 

Methods in soot.jimple that return DoubleConstant
static DoubleConstant DoubleConstant.v(double value)
           
static DoubleConstant DoubleConstant.v(double value)
           
 

Methods in soot.jimple with parameters of type DoubleConstant
 void AbstractConstantSwitch.caseDoubleConstant(DoubleConstant v)
           
 void AbstractJimpleValueSwitch.caseDoubleConstant(DoubleConstant v)
           
 void ConstantSwitch.caseDoubleConstant(DoubleConstant v)
           
 void ConstantSwitch.caseDoubleConstant(DoubleConstant v)
           
 void AbstractJimpleValueSwitch.caseDoubleConstant(DoubleConstant v)
           
 void AbstractConstantSwitch.caseDoubleConstant(DoubleConstant v)
           
 

Uses of DoubleConstant in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type DoubleConstant
 void UnitThrowAnalysis.ValueSwitch.caseDoubleConstant(DoubleConstant c)
           
 void UnitThrowAnalysis.ValueSwitch.caseDoubleConstant(DoubleConstant c)