soot.jimple.spark.builder
Interface Builder

All Known Implementing Classes:
ContextInsensitiveBuilder

public interface Builder

Generic interface to a pointer assignment graph builder.


Method Summary
 void build()
          Fills in the pointer assignment graph returned by setup.
 CallGraphBuilder getCallGraphBuilder()
           
 void preJimplify()
           
 PAG setup(SparkOptions opts)
          Creates an empty pointer assignment graph.
 

Method Detail

preJimplify

public void preJimplify()

setup

public PAG setup(SparkOptions opts)
Creates an empty pointer assignment graph.

build

public void build()
Fills in the pointer assignment graph returned by setup.

getCallGraphBuilder

public CallGraphBuilder getCallGraphBuilder()