Uses of Class
com.google.gwt.core.ext.linker.EmittedArtifact
Packages that use EmittedArtifact
Package
Description
Classes for writing Linkers.
A package containing implementations of the GWT bootstrap linkers.
Classes used to provide information about RPC for a GWT application.
-
Uses of EmittedArtifact in com.google.gwt.core.ext.linker
Subclasses of EmittedArtifact in com.google.gwt.core.ext.linkerModifier and TypeClassDescriptionclassA thinned down version of someEmittedArtifact.classA resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)during the compilation process.classA resource in the module's public path.classArtifacts created byAbstractLinker.Methods in com.google.gwt.core.ext.linker that return types with arguments of type EmittedArtifactModifier and TypeMethodDescriptionprotected final Class<EmittedArtifact> EmittedArtifact.getComparableArtifactType()Methods in com.google.gwt.core.ext.linker with parameters of type EmittedArtifactModifier and TypeMethodDescriptionprotected final intEmittedArtifact.compareToComparableArtifact(EmittedArtifact o) -
Uses of EmittedArtifact in com.google.gwt.core.linker
Subclasses of EmittedArtifact in com.google.gwt.core.linkerModifier and TypeClassDescriptionstatic classArtifact to represent a sourcemap file to be processed by SymbolMapsLinker.Methods in com.google.gwt.core.linker that return EmittedArtifactModifier and TypeMethodDescriptionprotected EmittedArtifactD8ScriptLinker.emitSelectionScript(TreeLogger logger, LinkerContext context, ArtifactSet artifacts) protected EmittedArtifactSingleScriptLinker.emitSelectionScript(TreeLogger logger, LinkerContext context, ArtifactSet artifacts) -
Uses of EmittedArtifact in com.google.gwt.user.linker.rpc
Methods in com.google.gwt.user.linker.rpc that return EmittedArtifactConstructors in com.google.gwt.user.linker.rpc with parameters of type EmittedArtifact