Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.jimple.toolkits.callgraph |
Modifier and Type | Class and Description |
---|---|
class |
BodyPack
A wrapper object for a pack of optimizations.
|
class |
JavaToJimpleBodyPack
A wrapper object for a pack of optimizations.
|
class |
JimpleBodyPack
A wrapper object for a pack of optimizations.
|
class |
RadioScenePack
A wrapper object for a pack of optimizations.
|
class |
ScenePack
A wrapper object for a pack of optimizations.
|
Modifier and Type | Method and Description |
---|---|
Pack |
PackManager.getPack(String phaseName) |
Pack |
PackManager.getPack(String phaseName) |
Modifier and Type | Method and Description |
---|---|
Collection<Pack> |
PackManager.allPacks() |
Collection<Pack> |
PackManager.allPacks() |
Modifier and Type | Class and Description |
---|---|
class |
CallGraphPack
A radio pack implementation for the call graph pack that calls the
intra-procedural clinit eliminator after the call graph has been built.
|