Class StackMapAnalyzer.StackMapAnalysisFactory

    • Constructor Detail

      • StackMapAnalysisFactory

        public StackMapAnalysisFactory()
    • Method Detail

      • analyze

        public edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap analyze​(IAnalysisCache analysisCache,
                                                                                 MethodDescriptor descriptor)
        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