Module ControlFlowGraph
Provides classes representing the control flow graph.
Import path
import codeql.swift.controlflow.ControlFlowGraphImports
| SuccessorType | Provides different types of control flow successor types. These are used as edge labels in the control flow graph. |
Classes
| CfgScope | An AST node with an associated control-flow graph. |
| ControlFlowNode | A control flow node. |