edu.umd.cs.findbugs.ba
Class ReturnPathDataflow

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.Dataflow<ReturnPath,ReturnPathAnalysis>
      extended by edu.umd.cs.findbugs.ba.ReturnPathDataflow

public class ReturnPathDataflow
extends Dataflow<ReturnPath,ReturnPathAnalysis>


Constructor Summary
ReturnPathDataflow(CFG cfg, ReturnPathAnalysis analysis)
           
 
Method Summary
 
Methods inherited from class edu.umd.cs.findbugs.ba.Dataflow
execute, getAnalysis, getCFG, getNumIterations, getResultFact, getStartFact
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnPathDataflow

public ReturnPathDataflow(CFG cfg,
                          ReturnPathAnalysis analysis)