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