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