| Modifier and Type | Method and Description |
|---|---|
protected org.jgrapht.graph.DefaultDirectedGraph<GraphBasedCallGraph.Vertex,GraphBasedCallGraph.Edge> |
GraphBasedCallGraph.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphBasedCallGraph.addCall(MethodSignature sourceMethod,
MethodSignature targetMethod,
GraphBasedCallGraph.Edge edge) |
| Constructor and Description |
|---|
GraphBasedCallGraph(org.jgrapht.graph.DefaultDirectedGraph<GraphBasedCallGraph.Vertex,GraphBasedCallGraph.Edge> graph,
Map<MethodSignature,GraphBasedCallGraph.Vertex> signatureToVertex) |
Copyright © 2024 Soot OSS. All rights reserved.