Uses of Class
com.google.javascript.jscomp.modules.Export
Packages that use Export
-
Uses of Export in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return ExportModifier and TypeMethodDescription@Nullable Export
Binding.originatingExport()
Returns the value of theoriginatingExport
record component.Methods in com.google.javascript.jscomp.modules that return types with arguments of type ExportModifier and TypeMethodDescriptionModule.localNameToLocalExport()
Map of local identifier name to local export definition.Methods in com.google.javascript.jscomp.modules with parameters of type ExportModifier and TypeMethodDescription@Nullable com.google.javascript.jscomp.modules.UnresolvedModule
Returns the module that this export references, if it exists in the compilation.Method parameters in com.google.javascript.jscomp.modules with type arguments of type ExportModifier and TypeMethodDescriptionabstract Module.Builder
Module.Builder.localNameToLocalExport
(com.google.common.collect.ImmutableMap<String, Export> value) Constructors in com.google.javascript.jscomp.modules with parameters of type ExportModifierConstructorDescriptionBinding
(ModuleMetadataMap.ModuleMetadata metadata, @Nullable Node sourceNode, @Nullable Export originatingExport, boolean isModuleNamespace, @Nullable String closureNamespace, com.google.javascript.jscomp.modules.Binding.CreatedBy createdBy) Creates an instance of aBinding
record class.