Uses of Class
soot.Scene

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

Uses of Scene in soot
 

Fields in soot declared as Scene
protected  Scene FastHierarchy.sc
          These maps cache subtype queries, so they can be re-done quickly.
protected  Scene FastHierarchy.sc
          These maps cache subtype queries, so they can be re-done quickly.
 

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

Methods in soot that return Scene
 Scene Singletons.soot_Scene()
           
static Scene Scene.v()
           
static Scene Scene.v()
           
 

Methods in soot with parameters of type Scene
 Type RefType.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 Type Type.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 Type UnknownType.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 Type UnknownType.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 Type Type.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 Type RefType.merge(Type other, Scene cm)
          Returns the least common superclass of this type and other.
 

Uses of Scene in soot.jimple.toolkits.typing
 

Methods in soot.jimple.toolkits.typing with parameters of type Scene
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.
static void TypeResolver.resolve(JimpleBody stmtBody, Scene scene)
           
static void TypeResolverBV.resolve(JimpleBody stmtBody, Scene scene)
          Deprecated.  
static void TypeResolverBV.resolve(JimpleBody stmtBody, Scene scene)
          Deprecated.  
static void TypeResolver.resolve(JimpleBody stmtBody, Scene scene)