soot
Class SceneTransformer
java.lang.Object
|
+--soot.Transformer
|
+--soot.SceneTransformer
- Direct Known Subclasses:
- BadFields, CHATransformer, RectangularArrayFinder, SparkTransformer, StaticInliner, StaticMethodBinder
- public abstract class SceneTransformer
- extends Transformer
An abstract class which acts on the whole Scene.
Method Summary |
protected abstract void |
internalTransform(java.lang.String phaseName,
java.util.Map options)
Performs the transformation on the Scene, under the given phaseName and with the given Options. |
void |
transform(java.lang.String phaseName)
|
void |
transform(java.lang.String phaseName,
java.util.Map options)
Performs the transformation on the Scene, under the given phaseName. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SceneTransformer
public SceneTransformer()
transform
public final void transform(java.lang.String phaseName,
java.util.Map options)
- Performs the transformation on the Scene, under the given phaseName.
transform
public final void transform(java.lang.String phaseName)
internalTransform
protected abstract void internalTransform(java.lang.String phaseName,
java.util.Map options)
- Performs the transformation on the Scene, under the given phaseName and with the given Options.