Uses of Class
soot.UnknownType

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

Uses of UnknownType in soot
 

Methods in soot that return UnknownType
static UnknownType UnknownType.v()
           
 

Methods in soot with parameters of type UnknownType
 void TypeSwitch.caseUnknownType(UnknownType t)