Uses of Class
sootup.callgraph.GraphBasedCallGraph.Vertex
-
Uses of GraphBasedCallGraph.Vertex in sootup.callgraph
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
GraphBasedCallGraph.addMethod
(MethodSignature calledMethod, GraphBasedCallGraph.Vertex vertex) ModifierConstructorDescriptionprotected
GraphBasedCallGraph
(org.jgrapht.graph.DirectedPseudograph<GraphBasedCallGraph.Vertex, CallGraph.Call> graph, Map<MethodSignature, GraphBasedCallGraph.Vertex> signatureToVertex, List<MethodSignature> entryMethods) protected
GraphBasedCallGraph
(org.jgrapht.graph.DirectedPseudograph<GraphBasedCallGraph.Vertex, CallGraph.Call> graph, Map<MethodSignature, GraphBasedCallGraph.Vertex> signatureToVertex, List<MethodSignature> entryMethods)