Uses of Class
soot.jimple.toolkits.annotation.purity.PurityGraph

Packages that use PurityGraph
soot.jimple.toolkits.annotation.purity   
 

Uses of PurityGraph in soot.jimple.toolkits.annotation.purity
 

Fields in soot.jimple.toolkits.annotation.purity declared as PurityGraph
 PurityGraph PurityGraphBox.g
           
 PurityGraph PurityGraphBox.g
           
 

Methods in soot.jimple.toolkits.annotation.purity that return PurityGraph
static PurityGraph PurityGraph.conservativeGraph(SootMethod m, boolean withEffect)
          Conservative constructor for unanalysable calls.
static PurityGraph PurityGraph.conservativeGraph(SootMethod m, boolean withEffect)
          Conservative constructor for unanalysable calls.
static PurityGraph PurityGraph.freshGraph(SootMethod m)
          Special constructor for "pure" methods returning a fresh object.
static PurityGraph PurityGraph.freshGraph(SootMethod m)
          Special constructor for "pure" methods returning a fresh object.