| Modifier and Type | Method and Description |
|---|---|
protected GraphBasedCallGraph.Vertex |
GraphBasedCallGraph.vertexOf(MethodSignature method)
it returns the vertex of the graph that describes the given method signature in the call graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.jgrapht.graph.DefaultDirectedGraph<GraphBasedCallGraph.Vertex,GraphBasedCallGraph.Edge> |
GraphBasedCallGraph.getGraph() |
protected Map<MethodSignature,GraphBasedCallGraph.Vertex> |
GraphBasedCallGraph.getSignatureToVertex() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphBasedCallGraph.addMethod(MethodSignature calledMethod,
GraphBasedCallGraph.Vertex vertex) |
protected MethodSignature |
GraphBasedCallGraph.vertex2MethodSignature(GraphBasedCallGraph.Vertex vertex) |
| Constructor and Description |
|---|
GraphBasedCallGraph(org.jgrapht.graph.DefaultDirectedGraph<GraphBasedCallGraph.Vertex,GraphBasedCallGraph.Edge> graph,
Map<MethodSignature,GraphBasedCallGraph.Vertex> signatureToVertex) |
GraphBasedCallGraph(org.jgrapht.graph.DefaultDirectedGraph<GraphBasedCallGraph.Vertex,GraphBasedCallGraph.Edge> graph,
Map<MethodSignature,GraphBasedCallGraph.Vertex> signatureToVertex) |
Copyright © 2024 Soot OSS. All rights reserved.