slang::ast::InvalidStatement class

Represents an invalid statement.

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

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

const Statement* child
A wrapped sub-statement that is considered invalid.