Skip to content

OutputMemberSpace

A symbol table attached to an OutputSymbol. Holds member declarations belonging to that symbol (e.g., “static” or “instance” members of a class).

Extends SymbolTable

[inspect.custom]() => string
constructor(symbol: OutputSymbol, key: string, binder: Binder)Constructs a new instance of the OutputMemberSpace class
symbolOutputSymbolThe symbol this member space belongs to.