Class ClassHierarchyUtil


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

      • ClassHierarchyUtil

        public ClassHierarchyUtil()
    • Method Detail

      • 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