slang::ast::InvalidAssertionExpr class

Represents an invalid expression.

Usually generated and inserted into an expression tree due to violation of language semantics or type checking.

Base classes

class AssertionExpr
The base class for assertion expressions (sequences and properties).

Public variables

const AssertionExpr* child
A wrapped sub-expression that is considered invalid.