soot.jimple.spark.builder
Interface Builder

All Known Implementing Classes:
ContextInsensitiveBuilder

public interface Builder

Generic interface to a pointer assignment graph builder.


Method Summary
 PAG build(SparkOptions opts)
          Builds and returns a pointer assignment graph.
 void preJimplify()
           
 

Method Detail

preJimplify

public void preJimplify()

build

public PAG build(SparkOptions opts)
Builds and returns a pointer assignment graph.