RandSequenceStatement class final
Represents a randsequence statement.
Base classes
- class Statement
 - The base class for all statements in SystemVerilog.
 
Public variables
- const RandSeqProductionSymbol* firstProduction
 - A pointer to the first production that starts the random sequence, or nullptr if the sequence is empty.
 - 
              std::
span<const RandSeqProductionSymbol*const > productions  - A list of all productions in the random sequence.