Uses of Class
soot.UnknownType

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

Uses of UnknownType in soot
 

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

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

Uses of UnknownType in soot.sootify
 

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