wake.ir.statements.break_statement
module
#
Break
class
#
Bases: StatementAbc
Example
break
in the following code:
Source code in wake/ir/statements/break_statement.py
parent: Union[Block, DoWhileStatement, ForStatement, IfStatement, UncheckedBlock, WhileStatement]
property
#
Returns:
Type | Description |
---|---|
Union[Block, DoWhileStatement, ForStatement, IfStatement, UncheckedBlock, WhileStatement]
|
Parent IR node. |