Class BaseCallGraph

  • All Implemented Interfaces:
    CallGraph

    public abstract class BaseCallGraph
    extends Graph<BaseCallGraph,​CallGraphNode,​CallGraphEdge>
    implements CallGraph
    An instance of CallGraph that provides the basic mechanism to resolve UnresolvedCalls.

    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.