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
(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull List<ModuleInfoAnalysisInputLocation> moduleInputLocations, @NonNull ClassCacheProvider cacheProvider) Creates a new instance of theJavaModuleView
class.JavaView
(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull ClassCacheProvider cacheProvider) protected
JavaView
(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull ClassCacheProvider cacheProvider, @NonNull JavaIdentifierFactory idf) -
Uses of ClassCacheProvider in sootup.jimple.frontend
Constructors in sootup.jimple.frontend with parameters of type ClassCacheProviderModifierConstructorDescriptionJimpleView
(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull ClassCacheProvider cacheProvider, SourceType sourceType)