public interface CallGraphBuilder
| Modifier and Type | Method and Description |
|---|---|
AnalysisCache |
getAnalysisCache() |
PointerAnalysis<InstanceKey> |
getPointerAnalysis() |
CallGraph |
makeCallGraph(AnalysisOptions options,
com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor)
Build a call graph.
|
CallGraph makeCallGraph(AnalysisOptions options, com.ibm.wala.util.MonitorUtil.IProgressMonitor monitor) throws IllegalArgumentException, CallGraphBuilderCancelException
options - an object representing controlling options that the call graph building algorithm needs to know.IllegalArgumentExceptionCallGraphBuilderCancelExceptionPointerAnalysis<InstanceKey> getPointerAnalysis()
AnalysisCache getAnalysisCache()
Copyright © 2015. All rights reserved.