Class ReturnPathDataflowFactory

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory<ReturnPathDataflow>
edu.umd.cs.findbugs.classfile.engine.bcel.ReturnPathDataflowFactory
All Implemented Interfaces:
IAnalysisEngine<MethodDescriptor,ReturnPathDataflow>, IMethodAnalysisEngine<ReturnPathDataflow>

public class ReturnPathDataflowFactory extends AnalysisFactory<ReturnPathDataflow>
Analysis engine to produce ReturnPathDataflow objects for analyzed methods.
Author:
David Hovemeyer
  • Constructor Details

    • ReturnPathDataflowFactory

      public ReturnPathDataflowFactory()
      Constructor.
  • Method Details