- Call(MethodSignature, MethodSignature) - Constructor for class sootup.callgraph.RapidTypeAnalysisAlgorithm.Call
-
- callCount() - Method in interface sootup.callgraph.CallGraph
-
This method counts every edge in the call graph.
- callCount() - Method in class sootup.callgraph.GraphBasedCallGraph
-
- CallGraph - Interface in sootup.callgraph
-
The interface of all implemented call graph data structures
- CallGraphAlgorithm - Interface in sootup.callgraph
-
The interface of a implemented call graph algorithms
- callsFrom(MethodSignature) - Method in interface sootup.callgraph.CallGraph
-
This method returns all method signatures that are called by a given method signature.
- callsFrom(MethodSignature) - Method in class sootup.callgraph.GraphBasedCallGraph
-
- callsTo(MethodSignature) - Method in interface sootup.callgraph.CallGraph
-
This method returns all method signatures that call a given method signature.
- callsTo(MethodSignature) - Method in class sootup.callgraph.GraphBasedCallGraph
-
- caseNewArrayExpr(JNewArrayExpr) - Method in class sootup.callgraph.InstantiateClassValueVisitor
-
- caseNewExpr(JNewExpr) - Method in class sootup.callgraph.InstantiateClassValueVisitor
-
- caseNewMultiArrayExpr(JNewMultiArrayExpr) - Method in class sootup.callgraph.InstantiateClassValueVisitor
-
- ClassHierarchyAnalysisAlgorithm - Class in sootup.callgraph
-
This class implements the Class Hierarchy Analysis call graph algorithm.
- ClassHierarchyAnalysisAlgorithm(View) - Constructor for class sootup.callgraph.ClassHierarchyAnalysisAlgorithm
-
The constructor of the CHA algorithm.
- collectInstantiatedClassesInMethod(SootMethod) - Method in class sootup.callgraph.RapidTypeAnalysisAlgorithm
-
This method is called to collect all instantiation of classes in a given method body.
- containsCall(MethodSignature, MethodSignature) - Method in interface sootup.callgraph.CallGraph
-
This method checks if an edge is contained in the call graph.
- containsCall(MethodSignature, MethodSignature) - Method in class sootup.callgraph.GraphBasedCallGraph
-
- containsMethod(MethodSignature) - Method in interface sootup.callgraph.CallGraph
-
This method checks if a given method signature is a node in the call graph.
- containsMethod(MethodSignature) - Method in class sootup.callgraph.GraphBasedCallGraph
-
- copy() - Method in interface sootup.callgraph.CallGraph
-
This method copies a call graph.
- copy() - Method in class sootup.callgraph.GraphBasedCallGraph
-