Uses of Interface
sootup.core.cache.provider.ClassCacheProvider
-
Uses of ClassCacheProvider in sootup.core.cache.provider
Modifier and TypeClassDescriptionclass
Provides a newFullCache
object.class
Provides a newLRUCache
object.class
Provides a newMutableFullCache
object. -
Uses of ClassCacheProvider in sootup.java.core.views
ModifierConstructorDescriptionJavaModuleView
(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
ModifierConstructorDescriptionJimpleView
(List<AnalysisInputLocation> inputLocations, ClassCacheProvider cacheProvider, SourceType sourceType)