slang::ast::EmptyMemberSymbol class

Represents an empty member, i.e.

a standalone semicolon. This exists as a symbol mostly to provide a place to attach attributes.

Base classes

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