Package com.ibm.wala.ipa.cha
Class ClassHierarchyUtil
- java.lang.Object
-
- com.ibm.wala.ipa.cha.ClassHierarchyUtil
-
public class ClassHierarchyUtil extends Object
Utilities for querying a class hierarchy
-
-
Constructor Summary
Constructors Constructor Description ClassHierarchyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMethodgetOverriden(IMethod m)Return the method that m overrides, or null if nonestatic IMethodgetRootOfInheritanceTree(IMethod m)find the root of the inheritance tree for method m.
-