Uses of Class
soot.NullType

Packages that use NullType
soot Base Soot classes, shared by different intermediate representations. 
soot.sootify   
 

Uses of NullType in soot
 

Methods in soot that return NullType
 NullType Singletons.soot_NullType()
           
static NullType NullType.v()
           
static NullType NullType.v()
           
 

Methods in soot with parameters of type NullType
 void TypeSwitch.caseNullType(NullType t)
           
 void TypeSwitch.caseNullType(NullType t)
           
 

Uses of NullType in soot.sootify
 

Methods in soot.sootify with parameters of type NullType
 void TypeTemplatePrinter.caseNullType(NullType t)
           
 void TypeTemplatePrinter.caseNullType(NullType t)