Class MethodGenFactory

    • Constructor Detail

      • MethodGenFactory

        public MethodGenFactory()
        Constructor.
    • Method Detail

      • analyze

        public org.apache.bcel.generic.MethodGen analyze​(IAnalysisCache analysisCache,
                                                         MethodDescriptor descriptor)
                                                  throws CheckedAnalysisException
        Description copied from interface: IAnalysisEngine
        Perform an analysis on class or method named by given descriptor.
        Parameters:
        analysisCache - the analysis cache
        descriptor - the descriptor of the class or method to be analyzed
        Returns:
        the result of the analysis of the class or method
        Throws:
        CheckedAnalysisException