soot.jimple.toolkits.invoke
Class StaticInliner

java.lang.Object
  |
  +--soot.Transformer
        |
        +--soot.SceneTransformer
              |
              +--soot.jimple.toolkits.invoke.StaticInliner

public class StaticInliner
extends SceneTransformer

Uses the Scene's currently-active InvokeGraph to inline monomorphic call sites.


Constructor Summary
StaticInliner(Singletons.Global g)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticInliner

public StaticInliner(Singletons.Global g)
Method Detail

v

public static StaticInliner v()

internalTransform

protected void internalTransform(java.lang.String phaseName,
                                 java.util.Map options)
Description copied from class: SceneTransformer
Performs the transformation on the Scene, under the given phaseName and with the given Options.
Overrides:
internalTransform in class SceneTransformer