Class AnalysisCacheImpl
java.lang.Object
com.ibm.wala.ipa.callgraph.AnalysisCache
com.ibm.wala.ipa.callgraph.AnalysisCacheImpl
- All Implemented Interfaces:
IAnalysisCacheView
-
Constructor Summary
ConstructorsConstructorDescriptionAnalysisCacheImpl(IRFactory<IMethod> irFactory) AnalysisCacheImpl(IRFactory<IMethod> irFactory, SSAOptions ssaOptions) AnalysisCacheImpl(SSAOptions ssaOptions) -
Method Summary
Methods inherited from class AnalysisCache
clear, getDefUse, getIR, getIR, getIRFactory, getSSACache, getSSAOptions, invalidateModifier 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)
-
Constructor Details
-
AnalysisCacheImpl
-
AnalysisCacheImpl
-
AnalysisCacheImpl
-
AnalysisCacheImpl
public AnalysisCacheImpl()
-