[top][index]
search for:

SymbolTable -- the class of all symbol tables

The type SymbolTable is a member of the class Type. Each object of class SymbolTable is called a symbol table. Each symbol table is also a member of class HashTable.

More general types (whose methods may also apply) :

  • HashTable -- the class of all hash 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 -- the class of all symbols

  • [top][index]
    search for: