Uses of Class
com.google.gwt.core.ext.linker.CompilationResult
Package
Description
Classes for writing Linkers.
A package containing implementations of the GWT bootstrap linkers.
-
Uses of CompilationResult in com.google.gwt.core.ext.linker
Modifier and TypeClassDescriptionclass
A delegate forCompilationResult
intended for third party linkers that want to modify a compilation result.Modifier and TypeMethodDescriptionprotected final Class
<CompilationResult> CompilationResult.getComparableArtifactType()
Modifier and TypeMethodDescriptionprotected final int
CompilationResult.compareToComparableArtifact
(CompilationResult o) ModifierConstructorDescriptionDelegatingCompilationResult
(Class<? extends Linker> linkerType, CompilationResult compilationResult) -
Uses of CompilationResult in com.google.gwt.core.linker
Modifier and TypeMethodDescriptionprotected Collection
<Artifact<?>> D8ScriptLinker.doEmitCompilation
(TreeLogger logger, LinkerContext context, CompilationResult result, ArtifactSet artifacts) protected Collection
<Artifact<?>> SingleScriptLinker.doEmitCompilation
(TreeLogger logger, LinkerContext context, CompilationResult result, ArtifactSet artifacts) protected void
SymbolMapsLinker.doEmitSymbolMap
(TreeLogger logger, ArtifactSet artifacts, CompilationResult result, ByteArrayOutputStream out) Override to change the manner in which the symbol map is emitted.protected void
SymbolMapsLinker.doWriteSymbolMap
(TreeLogger logger, CompilationResult result, PrintWriter pw) Override to change the format of the symbol map.protected String
CrossSiteIframeLinker.fillSelectionScriptTemplate
(StringBuffer ss, TreeLogger logger, LinkerContext context, ArtifactSet artifacts, CompilationResult result) protected void
CrossSiteIframeLinker.maybeAddHostedModeFile
(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, CompilationResult result) protected String
CrossSiteIframeLinker.wrapPrimaryFragment
(TreeLogger logger, LinkerContext context, String script, ArtifactSet artifacts, CompilationResult result)