class final
ConcatenationExpressionRepresents a concatenation expression.
Base classes
- class Expression
- The base class for all expressions in SystemVerilog.
Public functions
-
auto operands() const -> std::
span<const Expression*const> -
auto operands() -> std::
span<Expression*>
Function documentation
std:: span<const Expression*const> slang:: ast:: ConcatenationExpression:: operands() const
Returns | the list of operands in the concatenation |
---|
std:: span<Expression*> slang:: ast:: ConcatenationExpression:: operands()
Returns | the list of operands in the concatenation |
---|