Uses of Class
soot.NullType

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

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)