Uses of Record Class
com.google.javascript.jscomp.modules.Binding
Packages that use Binding
-
Uses of Binding in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return types with arguments of type BindingModifier and TypeMethodDescriptionModule.boundNames()
Returns the value of theboundNames
record component.Module.namespace()
Returns the value of thenamespace
record component.Method parameters in com.google.javascript.jscomp.modules with type arguments of type BindingModifier and TypeMethodDescriptionabstract Module.Builder
Module.Builder.boundNames
(com.google.common.collect.ImmutableMap<String, Binding> value) abstract Module.Builder
Constructor parameters in com.google.javascript.jscomp.modules with type arguments of type BindingModifierConstructorDescriptionModule
(ModuleMetadataMap.ModuleMetadata metadata, @Nullable ModuleLoader.ModulePath path, com.google.common.collect.ImmutableMap<String, Binding> namespace, com.google.common.collect.ImmutableMap<String, Binding> boundNames, com.google.common.collect.ImmutableMap<String, Export> localNameToLocalExport, @Nullable String closureNamespace) Creates an instance of aModule
record class.