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.6.3, "build v20160428-59c81c5" API Reference