Uses of Class
org.sonar.python.semantic.v2.callgraph.CallGraph
Packages that use CallGraph
-
Uses of CallGraph in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return CallGraphModifier and TypeMethodDescriptionPythonVisitorContext.callGraph()SubscriptionContext.callGraph()Methods in org.sonar.plugins.python.api with parameters of type CallGraphModifier and TypeMethodDescription -
Uses of CallGraph in org.sonar.python.semantic.v2.callgraph
Fields in org.sonar.python.semantic.v2.callgraph declared as CallGraphMethods in org.sonar.python.semantic.v2.callgraph that return CallGraphModifier and TypeMethodDescriptionCallGraph.Builder.build()static CallGraphCallGraphCollector.collectCallGraph(FileInput rootTree) Constructors in org.sonar.python.semantic.v2.callgraph with parameters of type CallGraphModifierConstructorDescriptionCallGraphIterable(String startFqn, CallGraph callGraph, BiFunction<CallGraph, String, List<CallGraphNode>> getUsages) CallGraphWalker(CallGraph callGraph) CallGraphWalker(CallGraph callGraph, int maxVisited) Constructor parameters in org.sonar.python.semantic.v2.callgraph with type arguments of type CallGraphModifierConstructorDescriptionCallGraphIterable(String startFqn, CallGraph callGraph, BiFunction<CallGraph, String, List<CallGraphNode>> getUsages)