slang::ast::StatementList class

Represents a list of statements.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

std::span<const Statement*const > list
The list of child statements.