Uses of Class
soot.VoidType

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

Uses of VoidType in soot
 

Methods in soot that return VoidType
 VoidType Singletons.soot_VoidType()
           
static VoidType VoidType.v()
           
static VoidType VoidType.v()
           
 

Methods in soot with parameters of type VoidType
 void TypeSwitch.caseVoidType(VoidType t)
           
 void TypeSwitch.caseVoidType(VoidType t)
           
 

Uses of VoidType in soot.sootify
 

Methods in soot.sootify with parameters of type VoidType
 void TypeTemplatePrinter.caseVoidType(VoidType t)
           
 void TypeTemplatePrinter.caseVoidType(VoidType t)