Class ValueAnalyzer.ValueAnalysisResult

    • Method Detail

      • getResultCache

        public BamCache<MethodSignature> getResultCache()
        Returns the cache of the analysis. NB: the returned cache is updated every time ValueAnalyzer.analyze(MethodSignature) is called.

        While initially this is the only way to access the results, direct access to the cache is discouraged as soon as more fine-grained access to the result is available.