edu.neu.ccs.demeterf.demfgen
Class CollectInherit

java.lang.Object
  extended by edu.neu.ccs.demeterf.FC
      extended by edu.neu.ccs.demeterf.ID
          extended by edu.neu.ccs.demeterf.demfgen.CollectInherit

public class CollectInherit
extends ID

Collect the Inheritance relationships from the CD


Field Summary
 
Fields inherited from class edu.neu.ccs.demeterf.FC
augMethodName, buildMethodName
 
Constructor Summary
CollectInherit()
           
 
Method Summary
static List<ClassHier.InhrtPair> inheritPairs(TypeDefList tdl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectInherit

public CollectInherit()
Method Detail

inheritPairs

public static List<ClassHier.InhrtPair> inheritPairs(TypeDefList tdl)