slang::ast::WildcardImportSymbol class

Represents a wildcard import declaration.

This symbol is special in that it won't be returned by a lookup, and won't even be in the name map of a symbol at all. Instead there is a sideband list used to resolve names via wildcard.

Base classes

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