Uses of Interface
soot.ClassProvider

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

Uses of ClassProvider in soot
 

Classes in soot that implement ClassProvider
 class CoffiClassProvider
          A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
 class JavaClassProvider
          A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
 class JimpleClassProvider
          A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
 

Method parameters in soot with type arguments of type ClassProvider
 void SourceLocator.setClassProviders(List<ClassProvider> classProviders)
           
 void SourceLocator.setClassProviders(List<ClassProvider> classProviders)