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 @NonNull GraphBasedCallGraph.Vertex
GraphBasedCallGraph.vertexOf
(@NonNull 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
(@NonNull MethodSignature calledMethod, GraphBasedCallGraph.Vertex vertex) Constructor parameters in sootup.callgraph with type arguments of type GraphBasedCallGraph.VertexModifierConstructorDescriptionprotected
GraphBasedCallGraph
(@NonNull org.jgrapht.graph.DirectedPseudograph<GraphBasedCallGraph.Vertex, CallGraph.Call> graph, @NonNull Map<MethodSignature, GraphBasedCallGraph.Vertex> signatureToVertex, @NonNull List<MethodSignature> entryMethods) protected
GraphBasedCallGraph
(@NonNull org.jgrapht.graph.DirectedPseudograph<GraphBasedCallGraph.Vertex, CallGraph.Call> graph, @NonNull Map<MethodSignature, GraphBasedCallGraph.Vertex> signatureToVertex, @NonNull List<MethodSignature> entryMethods)