Package com.google.errorprone.dataflow
Class AccessPathStore.Builder<V extends org.checkerframework.errorprone.dataflow.analysis.AbstractValue<V>>
java.lang.Object
com.google.errorprone.dataflow.AccessPathStore.Builder<V>
- Enclosing class:
- AccessPathStore<V extends org.checkerframework.errorprone.dataflow.analysis.AbstractValue<V>>
public static final class AccessPathStore.Builder<V extends org.checkerframework.errorprone.dataflow.analysis.AbstractValue<V>> extends Object
Builder for
AccessPathStore
instances. To obtain an instance, obtain a AccessPathStore
(such as AccessPathStore.empty()
), and call toBuilder()
on it.-
Method Summary
Modifier and Type Method Description AccessPathStore<V>
build()
AccessPathStore.Builder<V>
setInformation(AccessPath aPath, V value)
-
Method Details
-
setInformation
-
build
-