Class MethodFactory

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory<org.apache.bcel.classfile.Method>
edu.umd.cs.findbugs.classfile.engine.bcel.MethodFactory
All Implemented Interfaces:
IAnalysisEngine<MethodDescriptor,org.apache.bcel.classfile.Method>, IMethodAnalysisEngine<org.apache.bcel.classfile.Method>

public class MethodFactory extends AnalysisFactory<org.apache.bcel.classfile.Method>
Method analysis engine to produce BCEL Method objects.
Author:
David Hovemeyer
  • Constructor Details

    • MethodFactory

      public MethodFactory()
  • Method Details