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 CallGraphModifierConstructorDescriptionCallGraphWalker(CallGraph callGraph) CallGraphWalker(CallGraph callGraph, int maxVisited)