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 TypeClassDescriptionclass
A thinned down version of someEmittedArtifact
.class
A resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process.class
A resource in the module's public path.class
Artifacts 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 int
EmittedArtifact.compareToComparableArtifact
(EmittedArtifact o) -
Uses of EmittedArtifact in com.google.gwt.core.linker
Subclasses of EmittedArtifact in com.google.gwt.core.linkerModifier and TypeClassDescriptionstatic class
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.Methods in com.google.gwt.core.linker that return EmittedArtifactModifier and TypeMethodDescriptionprotected EmittedArtifact
D8ScriptLinker.emitSelectionScript
(TreeLogger logger, LinkerContext context, ArtifactSet artifacts) protected EmittedArtifact
SingleScriptLinker.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