The control flow of a whole analysis: the graph of what may run after what, along with the exit points (returns, breaks and nextes) the traversal collected on the way.
return
break
next
the analysis to read the AST and the resolved calls from
The control flow of a whole analysis: the graph of what may run after what, along with the exit points (
returns,breaks andnextes) the traversal collected on the way.