Uses of Class
com.google.errorprone.refaster.Bindings.Key
-
Uses of Bindings.Key in com.google.errorprone.refaster
Modifier and TypeClassDescriptionstatic final class
Bindings key linked to aUTypeVar
.Modifier and TypeClassDescriptionclass
A type-safe map from objects of typeBindings.Key<V>
, which consist of aString
key and aBindings.Key
subclass, to values of typeV
.Modifier and TypeMethodDescriptionvoid
Unifier.clearBinding
(Bindings.Key<?> key) 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) <V> V
Bindings.getBinding
(Bindings.Key<V> key) <V> V
Inliner.getBinding
(Bindings.Key<V> key) <V> @Nullable V
Unifier.getBinding
(Bindings.Key<V> key) <V> com.google.common.base.Optional
<V> Inliner.getOptionalBinding
(Bindings.Key<V> key) @Nullable Object
Bindings.put
(Bindings.Key<?> key, Object value) <V> V
Bindings.putBinding
(Bindings.Key<V> key, V value) <V> V
Unifier.putBinding
(Bindings.Key<V> key, V value) <V> V
Unifier.replaceBinding
(Bindings.Key<V> key, V value) Modifier and TypeMethodDescriptionvoid
Bindings.putAll
(Map<? extends Bindings.Key<?>, ? extends Object> map)