public class InheritanceTables
extends java.lang.Object
Constructor and Description |
---|
InheritanceTables() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Class<?>> |
getSubclasses(java.lang.Class<?> clazz)
Provides direct subclasses of one
|
static void |
put(java.lang.Class<?> mother,
java.lang.Class<?> son)
Add inheritance information to the inheritance tree
|
public static void put(java.lang.Class<?> mother, java.lang.Class<?> son)
mother
- The mother classson
- The child classpublic static java.util.List<java.lang.Class<?>> getSubclasses(java.lang.Class<?> clazz)
clazz
- The super class