Uses of Class
soot.jimple.toolkits.infoflow.InfoFlowAnalysis

Packages that use InfoFlowAnalysis
soot.jimple.toolkits.infoflow   
soot.jimple.toolkits.thread   
 

Uses of InfoFlowAnalysis in soot.jimple.toolkits.infoflow
 

Methods in soot.jimple.toolkits.infoflow with parameters of type InfoFlowAnalysis
protected  ClassLocalObjectsAnalysis LocalObjectsAnalysis.newClassLocalObjectsAnalysis(LocalObjectsAnalysis loa, InfoFlowAnalysis dfa, UseFinder uf, SootClass sc)
           
static boolean SmartMethodLocalObjectsAnalysis.isObjectLocal(InfoFlowAnalysis dfa, SootMethod method, CallLocalityContext context, Value local)
           
 

Constructors in soot.jimple.toolkits.infoflow with parameters of type InfoFlowAnalysis
ClassInfoFlowAnalysis(SootClass sootClass, InfoFlowAnalysis dfa)
           
ClassLocalObjectsAnalysis(LocalObjectsAnalysis loa, InfoFlowAnalysis dfa, UseFinder uf, SootClass sootClass)
           
ClassLocalObjectsAnalysis(LocalObjectsAnalysis loa, InfoFlowAnalysis dfa, InfoFlowAnalysis primitiveDfa, UseFinder uf, SootClass sootClass, List entryMethods)
           
LocalObjectsAnalysis(InfoFlowAnalysis dfa)
           
SimpleMethodInfoFlowAnalysis(UnitGraph g, InfoFlowAnalysis dfa, boolean ignoreNonRefTypeFlow)
           
SimpleMethodInfoFlowAnalysis(UnitGraph g, InfoFlowAnalysis dfa, boolean ignoreNonRefTypeFlow, boolean dummyDontRunAnalysisYet)
          A constructor that doesn't run the analysis
SimpleMethodLocalObjectsAnalysis(UnitGraph g, ClassLocalObjectsAnalysis cloa, InfoFlowAnalysis dfa)
           
SimpleMethodLocalObjectsAnalysis(UnitGraph g, CallLocalityContext context, InfoFlowAnalysis dfa)
           
SmartMethodInfoFlowAnalysis(UnitGraph g, InfoFlowAnalysis dfa)
           
SmartMethodLocalObjectsAnalysis(SootMethod method, InfoFlowAnalysis dfa)
           
SmartMethodLocalObjectsAnalysis(UnitGraph g, InfoFlowAnalysis dfa)
           
 

Uses of InfoFlowAnalysis in soot.jimple.toolkits.thread
 

Methods in soot.jimple.toolkits.thread with parameters of type InfoFlowAnalysis
protected  ClassLocalObjectsAnalysis ThreadLocalObjectsAnalysis.newClassLocalObjectsAnalysis(LocalObjectsAnalysis loa, InfoFlowAnalysis dfa, UseFinder uf, SootClass sc)