Uses of Class
soot.jimple.NullConstant

Packages that use NullConstant
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.toolkits.exceptions   
 

Uses of NullConstant in soot.jimple
 

Methods in soot.jimple that return NullConstant
static NullConstant NullConstant.v()
           
 

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

Uses of NullConstant in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type NullConstant
 void MethodNodeFactory.caseNullConstant(NullConstant nr)
           
 

Uses of NullConstant in soot.toolkits.exceptions
 

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