public class InheritanceHierarchyBuilder
extends java.lang.Object
Constructor and Description |
---|
InheritanceHierarchyBuilder() |
Modifier and Type | Method and 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.
|
public static HierarchyNode getNodeForClass(java.lang.String className, java.util.Hashtable hierarchyTree)
public static java.util.Hashtable buildInheritanceHierarchyTree(Project project)
EclipseLink 2.4.2, "build v20130514-5956486" API Reference