com.ibm.wala.ipa.cha
Class ClassHierarchyUtil

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

public class ClassHierarchyUtil
extends java.lang.Object

Utilities for querying a class hierarchy


Constructor Summary
ClassHierarchyUtil()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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