Next:
SystemDictionary
, Previous:
Symbol
, Up:
Base classes
1.157 SymLink
Defined in namespace Smalltalk
Superclass: Link
Category: Language-Implementation
I am used to implement the Smalltalk symbol table. My instances are links that contain symbols, and the symbol table basically a hash table that points to chains of my instances.
SymLink class-instance creation
: (class)
SymLink-accessing
: (instance)
SymLink-iteration
: (instance)
SymLink-printing
: (instance)