Uses of Class
soot.options.SparkOptions

Packages that use SparkOptions
soot.jimple.spark.builder   
soot.jimple.spark.geom.geomPA   
soot.jimple.spark.pag   
 

Uses of SparkOptions in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type SparkOptions
 PAG ContextInsensitiveBuilder.setup(SparkOptions opts)
          Creates an empty pointer assignment graph.
 PAG ContextInsensitiveBuilder.setup(SparkOptions opts)
          Creates an empty pointer assignment graph.
 

Uses of SparkOptions in soot.jimple.spark.geom.geomPA
 

Constructors in soot.jimple.spark.geom.geomPA with parameters of type SparkOptions
GeomPointsTo(SparkOptions opts)
           
GeomPointsTo(SparkOptions opts)
           
 

Uses of SparkOptions in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag declared as SparkOptions
protected  SparkOptions PAG.opts
           
protected  SparkOptions PAG.opts
           
 

Methods in soot.jimple.spark.pag that return SparkOptions
 SparkOptions PAG.getOpts()
          Returns SparkOptions for this graph.
 SparkOptions PAG.getOpts()
          Returns SparkOptions for this graph.
 

Constructors in soot.jimple.spark.pag with parameters of type SparkOptions
PAG(SparkOptions opts)
           
PAG(SparkOptions opts)