class final
InstanceArraySymbolRepresents an array of instances.
Base classes
Public functions
-
std::
string_view getArrayName() const - If this array is part of a multidimensional array, walk upward to find the root array's name.
Function documentation
std:: string_view slang:: ast:: InstanceArraySymbol:: getArrayName() const
If this array is part of a multidimensional array, walk upward to find the root array's name.
Otherwise returns the name of this symbol itself.