code.table
Class TablesPrinter

java.lang.Object
  extended by code.table.TablesPrinter

public class TablesPrinter
extends java.lang.Object

This class provides printed views of various tables storing the symbols of a program. It uses enumerators to retrive the symbols.

Since:
June 25, 2004
Author:
Sergio Antoy

Constructor Summary
TablesPrinter()
           
 
Method Summary
static void printAllSymbolTables()
           
static void printMapTable()
           
static void printModuleTable()
           
static void printSymbolTable(java.lang.String moduleName)
           
static void printUndefinedSymbols()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablesPrinter

public TablesPrinter()
Method Detail

printModuleTable

public static void printModuleTable()

printMapTable

public static void printMapTable()

printAllSymbolTables

public static void printAllSymbolTables()

printSymbolTable

public static void printSymbolTable(java.lang.String moduleName)

printUndefinedSymbols

public static void printUndefinedSymbols()