Package com.tonic.analysis.callgraph
The call graph over a class pool.
-
Class Summary Class Description CallGraph A queryable call graph over a set of classes.CallGraphBuilder Builder that constructs a CallGraph from a ClassPool by scanning all methods for invocations.CallGraphNode A call-graph node for a single method, tracking its incoming (caller) and outgoing (callee) call sites.CallSite A specific location where one method invokes another, with the invoke type and bytecode offset.