Uses of Class
soot.jimple.toolkits.typing.ClassHierarchy

Packages that use ClassHierarchy
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.toolkits.typing Implements a typing algorithm for Jimple. 
 

Uses of ClassHierarchy in soot
 

Fields in soot with type parameters of type ClassHierarchy
 Map<Scene,ClassHierarchy> G.ClassHierarchy_classHierarchyMap
           
 Map<Scene,ClassHierarchy> G.ClassHierarchy_classHierarchyMap
           
 

Uses of ClassHierarchy in soot.jimple.toolkits.typing
 

Methods in soot.jimple.toolkits.typing that return ClassHierarchy
static ClassHierarchy ClassHierarchy.classHierarchy(Scene scene)
          Get the class hierarchy for the given scene.
static ClassHierarchy ClassHierarchy.classHierarchy(Scene scene)
          Get the class hierarchy for the given scene.
 ClassHierarchy TypeResolver.hierarchy()
           
 ClassHierarchy TypeResolverBV.hierarchy()
          Deprecated.  
 ClassHierarchy TypeResolverBV.hierarchy()
          Deprecated.  
 ClassHierarchy TypeResolver.hierarchy()