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 theboundNamesrecord component.Module.namespace()Returns the value of thenamespacerecord component.Method parameters in com.google.javascript.jscomp.modules with type arguments of type BindingModifier and TypeMethodDescriptionabstract Module.BuilderModule.Builder.boundNames(com.google.common.collect.ImmutableMap<String, Binding> value) abstract Module.BuilderConstructor 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 aModulerecord class.