Uses of Class
sootup.callgraph.GraphBasedCallGraph.Vertex
Packages that use GraphBasedCallGraph.Vertex
-
Uses of GraphBasedCallGraph.Vertex in sootup.callgraph
Methods in sootup.callgraph that return GraphBasedCallGraph.VertexModifier 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.Methods in sootup.callgraph with parameters of type GraphBasedCallGraph.VertexModifier and TypeMethodDescriptionprotected void
GraphBasedCallGraph.addMethod
(MethodSignature calledMethod, GraphBasedCallGraph.Vertex vertex) Constructor parameters in sootup.callgraph with type arguments of type GraphBasedCallGraph.VertexModifierConstructorDescriptionprotected
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)