Uses of 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()
Map of local identifiers to originating binding.Module.namespace()
Map of exported identifiers to originating binding.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