slang::ast::DoWhileLoopStatement class

Represents a do while loop statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

const Expression& cond
A condition that controls whether the loop continues to execute.
const Statement& body
The body of the loop.