Package it.unive.lisa.interprocedural.callgraph
-
Interface Summary Interface Description CallGraph A callgraph of the program to analyze, that knows how to resolve dynamic targets ofUnresolvedCalls. -
Class Summary Class Description BaseCallGraph An instance ofCallGraphthat provides the basic mechanism to resolveUnresolvedCalls.
The graph underlying this call graph is built lazily through each call to resolve: querying for information about the graph before the completion of the analysis might lead to wrong results.CallGraphEdge An edge between twoCallGraphNodes in aBaseCallGraph.CallGraphNode A node of aBaseCallGraph, representing a singleCodeMember. -
Exception Summary Exception Description CallGraphConstructionException An exception that occurred while building the callgraph.CallResolutionException An exception that occurred while resolving anUnresolvedCall.