wake.ir.yul.expression_statement
module
#
YulExpressionStatement
class
#
Bases: YulStatementAbc
The underlying expression can only be a YulFunctionCall.
Source code in wake/ir/yul/expression_statement.py
children: Iterator[YulFunctionCall]
property
#
Yields:
Type | Description |
---|---|
YulFunctionCall
|
Direct children of this node. |
expression: YulFunctionCall
property
#
Returns:
Type | Description |
---|---|
YulFunctionCall
|
Underlying expression. |
parent: YulBlock
property
#
Returns:
Type | Description |
---|---|
YulBlock
|
Parent IR node. |