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 |
Pack
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.
|
class |
Transform
Maintains the pair (phaseName, singleton) needed for a
transformation.
|
Modifier and Type | Method and Description |
---|---|
HasPhaseOptions |
PackManager.getPhase(String phaseName) |
HasPhaseOptions |
PackManager.getPhase(String phaseName) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
PhaseOptions.getPhaseOptions(HasPhaseOptions phase) |
Map<String,String> |
PhaseOptions.getPhaseOptions(HasPhaseOptions phase) |
boolean |
PhaseOptions.setPhaseOption(HasPhaseOptions phase,
String option) |
boolean |
PhaseOptions.setPhaseOption(HasPhaseOptions phase,
String option) |
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.
|