slang::ast::CheckerInstanceBodySymbol class final

The body of a checker instance, which acts as the scope for its members.

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.

Public variables

const CheckerInstanceSymbol* parentInstance
The parent instance for which this is the body.