Uses of Record 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 ExportBinding.originatingExport()Returns the value of theoriginatingExportrecord component.Methods in com.google.javascript.jscomp.modules that return types with arguments of type ExportModifier and TypeMethodDescriptionModule.localNameToLocalExport()Returns the value of thelocalNameToLocalExportrecord component.Methods in com.google.javascript.jscomp.modules with parameters of type ExportModifier and TypeMethodDescription@Nullable com.google.javascript.jscomp.modules.UnresolvedModuleReturns 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.BuilderModule.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 aBindingrecord class.