class
AbortAssertionExprRepresents an abort (accept_on / reject_on) property expression.
Base classes
- class AssertionExpr
- The base class for assertion expressions (sequences and properties).
Public types
Public variables
- const Expression& condition
- The condition of the abort.
- const AssertionExpr& expr
- The expression being controlled.
- bool isSync
- True if this is a "synchronized" variant of the operator.