Class ValueAnalyzer.Builder

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

public static class ValueAnalyzer.Builder extends Object
Class to configure and build a ValueAnalyzer.

Each separate built ValueAnalyzer uses its own BamCache, so different analyzers won't share results, while all execution of ValueAnalyzer.analyze(MethodSignature) from the same analyzer will use the same cache.