soot
Class RadioScenePack
java.lang.Object
soot.Pack
soot.ScenePack
soot.RadioScenePack
- All Implemented Interfaces:
- HasPhaseOptions
- Direct Known Subclasses:
- CallGraphPack
public class RadioScenePack
- extends ScenePack
A wrapper object for a pack of optimizations.
Provides chain-like operations, except that the key is the phase name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioScenePack
public RadioScenePack(String name)
internalApply
protected void internalApply()
- Overrides:
internalApply
in class ScenePack
add
public void add(Transform t)
- Overrides:
add
in class Pack
insertAfter
public void insertAfter(Transform t,
String phaseName)
- Overrides:
insertAfter
in class Pack
insertBefore
public void insertBefore(Transform t,
String phaseName)
- Overrides:
insertBefore
in class Pack