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 classBindings key linked to aUTypeVar.Subclasses with type arguments of type Bindings.Key in com.google.errorprone.refasterModifier and TypeClassDescriptionclassA type-safe map from objects of typeBindings.Key<V>, which consist of aStringkey and aBindings.Keysubclass, 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 TypeMethodDescriptionvoidUnifier.clearBinding(Bindings.Key<?> key) static <V> BindingsBindings.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> VBindings.getBinding(Bindings.Key<V> key) <V> VInliner.getBinding(Bindings.Key<V> key) <V> @Nullable VUnifier.getBinding(Bindings.Key<V> key) <V> Optional<V> Inliner.getOptionalBinding(Bindings.Key<V> key) @Nullable ObjectBindings.put(Bindings.Key<?> key, Object value) <V> VBindings.putBinding(Bindings.Key<V> key, V value) <V> VUnifier.putBinding(Bindings.Key<V> key, V value) <V> VUnifier.replaceBinding(Bindings.Key<V> key, V value) Method parameters in com.google.errorprone.refaster with type arguments of type Bindings.KeyModifier and TypeMethodDescriptionvoidBindings.putAll(Map<? extends Bindings.Key<?>, ? extends Object> map)