Class CallGraphIterable
java.lang.Object
org.sonar.python.semantic.v2.callgraph.CallGraphIterable
- All Implemented Interfaces:
Iterable<CallGraphNode>
-
Constructor Summary
ConstructorsConstructorDescriptionCallGraphIterable(String startFqn, CallGraph callGraph, BiFunction<CallGraph, String, List<CallGraphNode>> getUsages) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CallGraphIterable
public CallGraphIterable(String startFqn, CallGraph callGraph, BiFunction<CallGraph, String, List<CallGraphNode>> getUsages)
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<CallGraphNode>
-