Class ClassHierarchyUtil

java.lang.Object
com.ibm.wala.ipa.cha.ClassHierarchyUtil

public class ClassHierarchyUtil extends Object
Utilities for querying a class hierarchy
  • Constructor Details

    • ClassHierarchyUtil

      public ClassHierarchyUtil()
  • Method Details

    • getRootOfInheritanceTree

      public static IMethod getRootOfInheritanceTree(IMethod m)
      find the root of the inheritance tree for method m.
    • getOverriden

      public static IMethod getOverriden(IMethod m)
      Return the method that m overrides, or null if none