Uses of Interface
soot.jimple.toolkits.annotation.purity.SootMethodFilter

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

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

Constructors in soot.jimple.toolkits.annotation.purity with parameters of type SootMethodFilter
AbstractInterproceduralAnalysis(CallGraph cg, SootMethodFilter filter, Iterator heads, boolean verbose)
          The constructor performs some preprocessing, but you have to call doAnalysis to preform the real stuff.
AbstractInterproceduralAnalysis(CallGraph cg, SootMethodFilter filter, Iterator heads, boolean verbose)
          The constructor performs some preprocessing, but you have to call doAnalysis to preform the real stuff.
DirectedCallGraph(CallGraph cg, SootMethodFilter filter, Iterator heads, boolean verbose)
          The constructor does all the work here.
DirectedCallGraph(CallGraph cg, SootMethodFilter filter, Iterator heads, boolean verbose)
          The constructor does all the work here.