Represents a node in the control-flow subgraph of a FunctionNode.
Each ControlFlowNode must belong to exactly one FunctionNode. For languages
with global statements that are executed outside a function (such as python
or javascript), a FunctionNode representing the "global"
control-flow of each file should be created.
Represents a node in the control-flow subgraph of a FunctionNode.
Each ControlFlowNode must belong to exactly one FunctionNode. For languages with global statements that are executed outside a function (such as python or javascript), a FunctionNode representing the "global" control-flow of each file should be created.