control_flow
¶
Handle returns, loops, and branch-level validation while using shared registry helpers for lexical declarations introduced by loops.
Classes:
ControlFlowVisitorMixin
¶
Bases: SemanticVisitorMixinBase
Methods:
-
visit–
visit
¶
visit(node: ContinueStmt) -> None
Source code in src/irx/analysis/handlers/control_flow.py
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | |