|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.Transformer | +--soot.SceneTransformer
An abstract class which acts on the whole Scene.
Constructor Summary | |
SceneTransformer()
|
Method Summary | |
protected java.lang.String |
getDeclaredOptions()
|
java.lang.String |
getDefaultOptions()
Returns the list of the default phase options for this transformer. |
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()
Performs the transformation on the Scene. |
void |
transform(java.lang.String phaseName)
Performs the transformation on the Scene, under the given phaseName. |
void |
transform(java.lang.String phaseName,
java.lang.String optionsString)
Calls internalTransform with the optionsString properly set up. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SceneTransformer()
Method Detail |
public final void transform(java.lang.String phaseName, java.lang.String optionsString)
public final void transform()
public final void transform(java.lang.String phaseName)
protected abstract void internalTransform(java.lang.String phaseName, java.util.Map options)
public java.lang.String getDefaultOptions()
protected java.lang.String getDeclaredOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |