Module dcswitch

Source
Expand description

Data model that represents a DC switch statement.

Modules§

interim 🔒
Contains intermediate DC Switch structure and logic for semantic analysis as the DC Switch is being built.

Structs§

DCSwitch
Represents a DC Switch statement, which can appear inside a dclass declaration and represents two or more alternative unpacking schemes based on the first field read.
SwitchCase
Represents a case in a DC switch declaration.