slang::ast::LValueReferenceExpression class

A placeholder expression that is generated to take the place of one side of a compound assignment expression's binary operator.

It indicates to the constant evaluator that it should look on the lvalue stack for the value to use.

Base classes

class Expression
The base class for all expressions in SystemVerilog.