semanticAnalyzer
Class ClassTable

java.lang.Object
  extended by semanticAnalyzer.ClassTable

public class ClassTable
extends java.lang.Object

This class may be used to contain the semantic information such as the inheritance graph. You may use it or not as you like: it is only here to provide a container for the supplied Methods.


Constructor Summary
ClassTable(ListNode<Class_> cls)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassTable

public ClassTable(ListNode<Class_> cls)