Uses of Class
com.google.javascript.jscomp.modules.Binding
-
Packages that use Binding Package Description com.google.javascript.jscomp.modules -
-
Uses of Binding in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return types with arguments of type Binding Modifier and Type Method Description abstract com.google.common.collect.ImmutableMap<java.lang.String,Binding>
Module. boundNames()
Map of local identifiers to originating binding.abstract com.google.common.collect.ImmutableMap<java.lang.String,Binding>
Module. namespace()
Map of exported identifiers to originating binding.Method parameters in com.google.javascript.jscomp.modules with type arguments of type Binding Modifier and Type Method Description abstract Module.Builder
Module.Builder. boundNames(com.google.common.collect.ImmutableMap<java.lang.String,Binding> value)
abstract Module.Builder
Module.Builder. namespace(com.google.common.collect.ImmutableMap<java.lang.String,Binding> value)
-