Uses of Class
soot.jimple.NullConstant

Packages that use NullConstant
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of NullConstant in soot
 

Methods in soot that return NullConstant
 NullConstant Singletons.soot_jimple_NullConstant()
           
 

Uses of NullConstant in soot.jimple
 

Methods in soot.jimple that return NullConstant
static NullConstant NullConstant.v()
           
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)
           
 void ConstantSwitch.caseNullConstant(NullConstant v)
           
 void AbstractJimpleValueSwitch.caseNullConstant(NullConstant v)
           
 void AbstractConstantSwitch.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)
           
 void MethodNodeFactory.caseNullConstant(NullConstant nr)
           
 

Uses of NullConstant in soot.sootify
 

Methods in soot.sootify with parameters of type NullConstant
 void ValueTemplatePrinter.caseNullConstant(NullConstant v)
           
 void ValueTemplatePrinter.caseNullConstant(NullConstant v)
           
 

Uses of NullConstant in soot.toolkits.exceptions
 

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