Package code.table

Class Summary
MapTable This class defines a mapping from the integers 1,2,3,...
ModuleTable This is the main class for managing the symbols of a program.
ModuleTable.Pair Objects of this class represent an entry of the module table.
SymbolTable An object of this class holds all the symbols of a module.
SymbolTable.Pair A table stores both a symbol and the symbol's numeric id.
TablesPrinter This class provides printed views of various tables storing the symbols of a program.
 

Exception Summary
AmbiguousSymbolException  
DuplicatedSymbol Description of the Class
UndefinedSymbol Description of the Class