| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.javaToJimple | |
| soot.jimple.spark.internal | |
| soot.jimple.toolkits.callgraph |
| Modifier and Type | Field and Description |
|---|---|
protected FastHierarchy |
Scene.activeFastHierarchy |
| Modifier and Type | Method and Description |
|---|---|
FastHierarchy |
Scene.getFastHierarchy()
Retrieves the active fast hierarchy
|
FastHierarchy |
Scene.getOrMakeFastHierarchy()
Makes a new fast hierarchy is none is active, and returns the active fast hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setFastHierarchy(FastHierarchy hierarchy)
Sets the active hierarchy
|
| Modifier and Type | Method and Description |
|---|---|
FastHierarchy |
InitialResolver.hierarchy() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitialResolver.hierarchy(FastHierarchy fh) |
| Modifier and Type | Field and Description |
|---|---|
protected Supplier<FastHierarchy> |
TypeManager.fh |
| Modifier and Type | Method and Description |
|---|---|
FastHierarchy |
TypeManager.getFastHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeManager.setFastHierarchy(Supplier<FastHierarchy> fh) |
| Modifier and Type | Field and Description |
|---|---|
protected FastHierarchy |
OnFlyCallGraphBuilder.fh |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OnFlyCallGraphBuilder.skipSite(VirtualCallSite site,
FastHierarchy fh,
Type type) |
Copyright © 2020 Soot OSS. All rights reserved.