[Soot-list] how to get the subclass from a super class (or an interface)

aiwu shi aiwu_shi at hotmail.com
Tue Dec 27 18:38:28 EST 2005


hi, 
    I want to get the subclass from a super class (or an interface), where subclass of an interface mean the class implementing the interface. how to do that ? 
     
      for example, 
                SootClass sc=Scene.v().loadClassAndSupport("java.util.List");
      
       I want to get the subclass for sc, i.e.,    AbstractList, LinkedList.
    supposed that both of above classes are not in Scene, we can not use Hierachy/FastHierachy.

              how to get that from soot API or Java API?

      thanks
         Aiwu Shi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20051227/8709a24d/attachment.htm


More information about the Soot-list mailing list