slang::ast::ConcatenationExpression class final

Represents a concatenation expression.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public functions

std::span<const Expression*const> operands() const
std::span<Expression*> operands()

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