slang::ast::ForeverLoopStatement class

Represents a forever loop statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

const Statement& body
The body of the loop.