Class RecomputableClassAnalysisEngine<ResultType>

    • Constructor Detail

      • RecomputableClassAnalysisEngine

        public RecomputableClassAnalysisEngine()
    • Method Detail

      • canRecompute

        public boolean canRecompute()
        Description copied from interface: IClassAnalysisEngine
        Return true if analysis results produced by this analysis engine can be recomputed. Unless some correctness criterion prevents analysis results from being recomputed, analysis engines should return true (allowing the cache to be kept to a manageable size).
        Specified by:
        canRecompute in interface IClassAnalysisEngine<ResultType>
        Returns:
        true if analysis results produced by this engine can be recomputed, false if for some reason the analysis results must be retained indefinitely