soot.jimple.toolkits.annotation.purity
Interface SootMethodFilter


public interface SootMethodFilter

Allows specifing which SootMethod you want to analyse in a AbstractInterproceduralAnalysis. You will need a way to provide a summary for unanalysed methods that are used by analysed code!


Method Summary
 boolean want(SootMethod m)
           
 

Method Detail

want

boolean want(SootMethod m)