Class InheritanceHierarchyBuilder


  • public class InheritanceHierarchyBuilder
    extends java.lang.Object
    INTERNAL:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Hashtable buildInheritanceHierarchyTree​(Project project)  
      static HierarchyNode getNodeForClass​(java.lang.String className, java.util.Hashtable hierarchyTree)
      INTERNAL: Based on a class name either return a pre-existing node from the hierarchyTree or build one and add it to the tree.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InheritanceHierarchyBuilder

        public InheritanceHierarchyBuilder()
    • Method Detail

      • getNodeForClass

        public static HierarchyNode getNodeForClass​(java.lang.String className,
                                                    java.util.Hashtable hierarchyTree)
        INTERNAL: Based on a class name either return a pre-existing node from the hierarchyTree or build one and add it to the tree.
      • buildInheritanceHierarchyTree

        public static java.util.Hashtable buildInheritanceHierarchyTree​(Project project)