Uses of Class
sootup.callgraph.CallGraph.Call
Packages that use CallGraph.Call
-
Uses of CallGraph.Call in qilin.core.builder.callgraph
Fields in qilin.core.builder.callgraph with type parameters of type CallGraph.CallModifier and TypeFieldDescriptionprotected Map<MethodSignature,
Set<CallGraph.Call>> OnFlyCallGraph.calls
Methods in qilin.core.builder.callgraph that return types with arguments of type CallGraph.CallModifier and TypeMethodDescriptionOnFlyCallGraph.callsFrom
(MethodSignature sourceMethod) OnFlyCallGraph.callsTo
(MethodSignature targetMethod) Methods in qilin.core.builder.callgraph with parameters of type CallGraph.CallModifier and TypeMethodDescriptionvoid
OnFlyCallGraph.addCall
(CallGraph.Call call) boolean
OnFlyCallGraph.containsCall
(CallGraph.Call call) -
Uses of CallGraph.Call in sootup.callgraph
Fields in sootup.callgraph with type parameters of type CallGraph.CallModifier and TypeFieldDescriptionprotected com.google.common.collect.ArrayListMultimap<ClassType,
CallGraph.Call> RapidTypeAnalysisAlgorithm.ignoredCalls
Methods in sootup.callgraph that return CallGraph.CallModifier and TypeMethodDescriptionprotected CallGraph.Call
GraphBasedCallGraph.edgeOf
(MethodSignature source, MethodSignature target, InvokableStmt invokableStmt) it returns the edge of the graph that is described by the given source, target, stmt in the call graph.Methods in sootup.callgraph that return types with arguments of type CallGraph.CallModifier and TypeMethodDescriptionCallGraph.callsFrom
(MethodSignature sourceMethod) This method returns all method signatures that are called by a given method signature.GraphBasedCallGraph.callsFrom
(MethodSignature sourceMethod) CallGraph.callsTo
(MethodSignature targetMethod) This method returns all method signatures that call a given method signature.GraphBasedCallGraph.callsTo
(MethodSignature targetMethod) Methods in sootup.callgraph with parameters of type CallGraph.CallModifier and TypeMethodDescriptionvoid
GraphBasedCallGraph.addCall
(CallGraph.Call call) void
MutableCallGraph.addCall
(CallGraph.Call call) This method enables to add calls that are edges in the call graph.boolean
CallGraph.containsCall
(CallGraph.Call call) This method checks if an edge is contained in the call graph.boolean
GraphBasedCallGraph.containsCall
(CallGraph.Call call) protected String
GraphBasedCallGraph.printCalledMethods
(CallGraph.Call call) This returns the string that is used in the toString Method to define the called methodsprotected String
GraphBasedCallGraph.printCallingMethods
(CallGraph.Call call) This returns the string that is used in the toString Method to define the methods that call a specific methodprotected String
GraphBasedCallGraph.toDotEdge
(CallGraph.Call call) exports a call of the call graph to an edge in a dot fileConstructor parameters in sootup.callgraph with type arguments of type CallGraph.CallModifierConstructorDescriptionprotected
GraphBasedCallGraph
(org.jgrapht.graph.DirectedPseudograph<GraphBasedCallGraph.Vertex, CallGraph.Call> graph, Map<MethodSignature, GraphBasedCallGraph.Vertex> signatureToVertex, List<MethodSignature> entryMethods)