Package pascal.taie.analysis.graph.callgraph
package pascal.taie.analysis.graph.callgraph
Provides the classes necessary to build and represent a call graph.
-
ClassDescriptionAbstractCallGraph<CallSite,
Method> Common functionality forCallGraph
implementations.CallGraph<CallSite,Method> Representation of call graph.Static utility methods about call graph.Default implementation of call graph.Edge<CallSite,Method> Represents call edges in the call graph.