slang::ast::NewCovergroupExpression class

Represents a new expression that creates a covergroup instance.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public variables

std::span<const Expression*const > arguments
A list of arguments to the new expression.