BasicSymbol
BasicSymbol is a kind of OutputSymbol that has instance and static members. It is suitable for use in simple language implementations where there isn’t much in the way of unique symbol semantics.
Members
Section titled “Members”Extends OutputSymbol
| copy | () => BasicSymbol | |
| instanceMembers | import(”./output-space.js”).OutputMemberSpace | |
| memberSpaces | string[] | |
| staticMembers | import(”./output-space.js”).OutputMemberSpace |
Remarks
Section titled “Remarks”Instantiation is done by copying symbols from instance members to static members of the instantiation target.