public class ClassHierarchyUtil extends Object
Constructor and Description |
---|
ClassHierarchyUtil() |
Modifier and Type | Method and Description |
---|---|
static IMethod |
getOverriden(IMethod m)
Return the method that m overrides, or null if none
|
static IMethod |
getRootOfInheritanceTree(IMethod m)
find the root of the inheritance tree for method m.
|