class
#include <slang/ast/Statements.h>
RepeatLoopStatement Represents a repeat
loop statement.
Base classes
- class Statement
- The base class for all statements in SystemVerilog.
Public variables
- const Expression& count
- An expression that controls the number of times to repeat the loop.
- const Statement& body
- The body of the loop.