wake.ir.yul.continue_statement
module
#
YulContinue
class
#
Bases: YulStatementAbc
Continue statement can be used in a body of a YulForLoop to skip the rest of the loop body and continue with the next iteration.
Source code in wake/ir/yul/continue_statement.py
parent: YulBlock
property
#
Returns:
Type | Description |
---|---|
YulBlock
|
Parent IR node. |