Uses of Class
org.sonar.python.semantic.v2.callgraph.CallGraphNode
Packages that use CallGraphNode
-
Uses of CallGraphNode in org.sonar.python.semantic.v2.callgraph
Methods in org.sonar.python.semantic.v2.callgraph that return types with arguments of type CallGraphNodeModifier and TypeMethodDescriptionCallGraph.backwardStream(String startFqn) CallGraph.forwardStream(String startFqn) CallGraphIterable.iterator()Method parameters in org.sonar.python.semantic.v2.callgraph with type arguments of type CallGraphNodeModifier and TypeMethodDescriptionCallGraphWalker.isUsedFrom(String startFqn, Predicate<CallGraphNode> predicate) Constructor parameters in org.sonar.python.semantic.v2.callgraph with type arguments of type CallGraphNodeModifierConstructorDescriptionCallGraphIterable(String startFqn, CallGraph callGraph, BiFunction<CallGraph, String, List<CallGraphNode>> getUsages)