Class OpcodeStack.JumpInfoFactory

    • Constructor Detail

      • JumpInfoFactory

        public JumpInfoFactory()
    • Method Detail

      • analyze

        public edu.umd.cs.findbugs.OpcodeStack.JumpInfo 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