SymbolTable

SymbolTable -- the class of all symbol tables.

In a symbol table, each key is string containing the name of a symbol, and the corresponding value is the symbol itself.

See also Symbol.

Go to main index.

Go to concepts index.