Interface IAnalysisCacheView
- All Known Implementing Classes:
AnalysisCache, AnalysisCacheImpl
public interface IAnalysisCacheView
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Find or create a DefUse for the IR using theEverywherecontextFind or create an IR for the method using theEverywherecontext and defaultSSAOptionsvoidinvalidate(IMethod method, Context C)
-
Method Details
-
invalidate
-
getIRFactory
-
getIR
Find or create an IR for the method using theEverywherecontext and defaultSSAOptions -
getDefUse
Find or create a DefUse for the IR using theEverywherecontext -
getIR
-
clear
void clear()
-