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