soot
Class SceneTransformer
java.lang.Object
soot.Transformer
soot.SceneTransformer
- Direct Known Subclasses:
- AbstractSparkTransformer, BadFields, CHATransformer, RectangularArrayFinder, ShimpleTransformer, StaticInliner, StaticMethodBinder, TightestQualifiersTagger, UnreachableFieldsTagger, UnreachableMethodsTagger
- 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()
|
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)
transform
public final void transform()
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.