OutputMemberSpace
A symbol table attached to an OutputSymbol. Holds member declarations belonging to that symbol (e.g., “static” or “instance” members of a class).
Members
Section titled “Members”Extends SymbolTable
| [inspect.custom] | () => string | |
| constructor | (symbol: OutputSymbol, key: string, binder: Binder) | Constructs a new instance of the OutputMemberSpace class |
| symbol | OutputSymbol | The symbol this member space belongs to. |