Module yul

Source
Expand description

Types for the Yul AST.

The Yul AST is embedded into the Solidity AST for inline assembly blocks.

Structs§

YulAssignment
A Yul assignment statement.
YulBlock
A Yul block.
YulCase
A Yul switch statement case.
YulExpressionStatement
A Yul expression statement.
YulForLoop
A Yul for loop.
YulFunctionCall
A Yul function call.
YulFunctionDefinition
A Yul function definition.
YulIdentifier
A Yul identifier.
YulIf
A Yul if statement.
YulKeyword
A Yul keyword.
YulLiteral
A literal Yul value.
YulSwitch
A Yul switch statement.
YulTypedName
A Yul type name.
YulVariableDeclaration
A Yul variable declaration.

Enums§

YulCaseValue
A Yul switch case value.
YulExpression
YulLiteralKind
Yul literal value kinds.
YulStatement

Type Aliases§

YulBreak
The Yul break keyword.
YulContinue
The Yul continue keyword.
YulLeave
The Yul leave keyword.