Uses of Class
soot.jimple.LongConstant

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

Uses of LongConstant in soot.jimple
 

Methods in soot.jimple that return LongConstant
static LongConstant LongConstant.v(long value)
           
 

Methods in soot.jimple with parameters of type LongConstant
 void AbstractConstantSwitch.caseLongConstant(LongConstant v)
           
 void AbstractJimpleValueSwitch.caseLongConstant(LongConstant v)
           
 void ConstantSwitch.caseLongConstant(LongConstant v)
           
 IntConstant LongConstant.cmp(LongConstant c)
           
 

Uses of LongConstant in soot.toolkits.exceptions
 

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