slang::ast::BinaryAssertionExpr class

Represents a binary operator in a sequence or property expression.

Base classes

class AssertionExpr
The base class for assertion expressions (sequences and properties).

Public variables

BinaryAssertionOperator op
The operator.
const AssertionExpr& left
The left operand.
const AssertionExpr& right
The right operand.