Uses of Class
com.google.errorprone.refaster.Bindings
Packages that use Bindings
-
Uses of Bindings in com.google.errorprone.refaster
Fields in com.google.errorprone.refaster declared as BindingsMethods in com.google.errorprone.refaster that return BindingsModifier 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()
Methods in com.google.errorprone.refaster with parameters of type BindingsConstructors in com.google.errorprone.refaster with parameters of type Bindings