file
ConditionalStatements.hConditional / case statement definitions.
Namespaces
- namespace slang
- Root namespace.
- namespace slang::ast
- The SystemVerilog AST.
Classes
- class slang::ast::ConditionalStatement
- Represents a conditional statement.
- struct slang::ast::ConditionalStatement::Condition
- A condition.
- class slang::ast::CaseStatement
- Represents a case statement.
- struct slang::ast::CaseStatement::ItemGroup
- A group of items in a case statement.
- class slang::ast::PatternCaseStatement
- Represents a pattern case statement.
- struct slang::ast::PatternCaseStatement::ItemGroup
- A group of items in a pattern case statement.