soot.jimple.toolkits.invoke
Class InvokeGraphBuilder

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

public class InvokeGraphBuilder
extends SceneTransformer

A transformer which calls upon CHA to build the default invoke graph for the Scene.


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 InvokeGraphBuilder v()
           
 
Methods inherited from class soot.SceneTransformer
getDeclaredOptions, getDefaultOptions, transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

v

public static InvokeGraphBuilder 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.

Specified by:
internalTransform in class SceneTransformer