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 ofUnresolvedCall
s. -
Class Summary Class Description BaseCallGraph An instance ofCallGraph
that provides the basic mechanism to resolveUnresolvedCall
s.
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 twoCallGraphNode
s 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
.