Uses of Interface
sootup.core.cache.provider.ClassCacheProvider
Packages that use ClassCacheProvider
-
Uses of ClassCacheProvider in sootup.core.cache.provider
Classes in sootup.core.cache.provider that implement ClassCacheProviderModifier and TypeClassDescriptionclass
Provides a newFullCache
object.class
Provides a newLRUCache
object.class
Provides a newMutableFullCache
object. -
Uses of ClassCacheProvider in sootup.java.core.views
Constructors in sootup.java.core.views with parameters of type ClassCacheProviderModifierConstructorDescriptionJavaModuleView
(List<AnalysisInputLocation> inputLocations, List<ModuleInfoAnalysisInputLocation> moduleInputLocations, ClassCacheProvider cacheProvider) Creates a new instance of theJavaModuleView
class.JavaView
(List<AnalysisInputLocation> inputLocations, ClassCacheProvider cacheProvider) protected
JavaView
(List<AnalysisInputLocation> inputLocations, ClassCacheProvider cacheProvider, JavaIdentifierFactory idf) -
Uses of ClassCacheProvider in sootup.jimple.frontend
Constructors in sootup.jimple.frontend with parameters of type ClassCacheProviderModifierConstructorDescriptionJimpleView
(List<AnalysisInputLocation> inputLocations, ClassCacheProvider cacheProvider, SourceType sourceType)