Uses of Class
com.google.errorprone.refaster.Bindings
-
Uses of Bindings in com.google.errorprone.refaster
Modifier and TypeMethodDescriptionstatic Bindings
Bindings.create()
static Bindings
static <V> Bindings
Bindings.create
(Bindings.Key<V> key, V value) static <V1,
V2> Bindings Bindings.create
(Bindings.Key<V1> key1, V1 value1, Bindings.Key<V2> key2, V2 value2) Unifier.getBindings()
Bindings.unmodifiable()