Uses of Class
com.google.errorprone.refaster.Bindings.Key
Packages that use Bindings.Key
-
Uses of Bindings.Key in com.google.errorprone.refaster
Subclasses of Bindings.Key in com.google.errorprone.refasterModifier and TypeClassDescriptionstatic final class
Bindings key linked to aUTypeVar
.Subclasses with type arguments of type Bindings.Key in com.google.errorprone.refasterModifier 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
.Methods in com.google.errorprone.refaster that return types with arguments of type Bindings.KeyMethods in com.google.errorprone.refaster with parameters of type Bindings.KeyModifier 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) Method parameters in com.google.errorprone.refaster with type arguments of type Bindings.KeyModifier and TypeMethodDescriptionvoid
Bindings.putAll
(Map<? extends Bindings.Key<?>, ? extends Object> map)