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.
- YulExpression
Statement - A Yul expression statement.
- YulFor
Loop - A Yul for loop.
- YulFunction
Call - A Yul function call.
- YulFunction
Definition - 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.
- YulTyped
Name - A Yul type name.
- YulVariable
Declaration - A Yul variable declaration.
Enums§
- YulCase
Value - A Yul switch case value.
- YulExpression
- YulLiteral
Kind - Yul literal value kinds.
- YulStatement
Type Aliases§
- YulBreak
- The Yul break keyword.
- YulContinue
- The Yul continue keyword.
- YulLeave
- The Yul leave keyword.