Class InheritanceHierarchyBuilder
- java.lang.Object
-
- org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
-
public class InheritanceHierarchyBuilder extends java.lang.ObjectINTERNAL:
-
-
Constructor Summary
Constructors Constructor Description InheritanceHierarchyBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.HashtablebuildInheritanceHierarchyTree(Project project)static HierarchyNodegetNodeForClass(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.
-
-
-
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)
-
-