User guide

24-135
SystemVerilog Testbench Constructs
aspects are added to the class definition. It also determines the order
in which advices defined in the aspects are woven into the class
method definitions thus affecting the behavior of a class method.
Rules for determination of precedence among aspects are explained
later in “Precedence” on page 24-143.
class_property
Refers to an item that can be parsed as a property of a class.
class_method
Refers to an item that can be parsed as a class method.
class_constraint
Refers to an item that can be parsed as a class constraint.
class_coverage
Refers to an item that can be parsed as a coverage_group in a
class.
advice_code
Specifies to a block of statements.
statement
Is an SV statement.
procedure_prototype
A full prototype of the target procedure. Prototypes enable the advice
code to reference the formal arguments of the procedure.