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