Class ValueAnalyzer.ValueAnalysisResult

java.lang.Object
proguard.analysis.cpa.util.ValueAnalyzer.ValueAnalysisResult
Enclosing class:
ValueAnalyzer

public static class ValueAnalyzer.ValueAnalysisResult extends Object
Provides results for the analysis.

The results are not intended as just for the last execution of ValueAnalyzer.analyze(MethodSignature), but as a view on the full analysis' cache.

Since the cache at the moment has no capability to remember the last execution, the result will change as the cache changes (i.e., after calling ValueAnalyzer.analyze(MethodSignature) on a new method, old instances of ValueAnalyzer.ValueAnalysisResult will also be updated).