|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in soot that return Scene | |
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. |
Uses of Scene in soot.jimple.toolkits.typing |
Methods in soot.jimple.toolkits.typing with parameters of type Scene | |
static void |
TypeResolver.resolve(JimpleBody stmtBody,
Scene scene)
|
static void |
TypeResolverBV.resolve(JimpleBody stmtBody,
Scene scene)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |