slang::ast::TransparentMemberSymbol class

A class that wraps a hoisted transparent type member, such as an enum value or a symbol inherited from a base class, into a scope.

Whenever lookup finds one of these symbols, it will be unwrapped into the underlying symbol instead.

Base classes

class Symbol
Base class for all symbols (logical code constructs) such as modules, types, functions, variables, etc.