|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.Transformer | +--soot.SceneTransformer | +--soot.jimple.toolkits.invoke.StaticInliner
Uses the Scene's currently-active InvokeGraph to inline monomorphic call sites.
Method Summary | |
java.lang.String |
getDeclaredOptions()
|
java.lang.String |
getDefaultOptions()
Returns the list of the default phase options for this transformer. |
protected 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. |
static StaticInliner |
v()
|
Methods inherited from class soot.SceneTransformer |
transform,
transform,
transform |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static StaticInliner v()
public java.lang.String getDefaultOptions()
public java.lang.String getDeclaredOptions()
protected void internalTransform(java.lang.String phaseName, java.util.Map options)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |