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.Methods in com.google.errorprone.refaster that return types with arguments of type Bindings.KeyModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<Bindings.Key<?>, Object> Bindings.asMap()Methods in com.google.errorprone.refaster with parameters of type Bindings.KeyModifier and TypeMethodDescriptionvoidBindings.clearBinding(Bindings.Key<?> key) voidUnifier.clearBinding(Bindings.Key<?> key) booleanBindings.containsKey(Bindings.Key<?> key) <V> @Nullable 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) <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.forEach(BiConsumer<? super Bindings.Key<?>, Object> action)