wake.ir.yul.break_statement
module
#
YulBreak
class
#
Bases: YulStatementAbc
Break statement can be used in a body of a YulForLoop to exit the loop early.
Source code in wake/ir/yul/break_statement.py
parent: YulBlock
property
#
Returns:
Type | Description |
---|---|
YulBlock
|
Parent IR node. |