class
#include <slang/ast/Statements.h>
BlockStatement Represents a sequential or parallel block statement.
Base classes
- class Statement
- The base class for all statements in SystemVerilog.
Public variables
- const Statement& body
- The block body.
- const StatementBlockSymbol* blockSymbol
- An optional symbol associated with the block.
- StatementBlockKind blockKind
- The kind of statement block.