slang::ast::ExpressionStatement class

Represents an expression that is executed as a standalone statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

const Expression& expr
The expression to execute.