slang::ast::CoverCrossBodySymbol class

Represents the body of a cover cross type, separated out because the members of the cross body can't be accessed outside of the cross itself.

Base classes

class Symbol
Base class for all symbols (logical code constructs) such as modules, types, functions, variables, etc.
class Scope
Base class for symbols that represent a name scope; that is, they contain children and can participate in name lookup.