Package sootup.core.cache
Interface MutableClassCache
- All Superinterfaces:
ClassCache
- All Known Implementing Classes:
MutableFullCache
Interface for caches which are mutable and allow classes to be removed from.
-
Method Summary
Modifier and TypeMethodDescriptionremoveClass
(ClassType classType) default SootClass
replaceClass
(ClassType oldType, ClassType newType, SootClass newClass) Methods inherited from interface sootup.core.cache.ClassCache
getClass, getClasses, hasClass, putClass, size
-
Method Details
-
removeClass
-
replaceClass
-