Uses of Class
com.google.gwt.core.ext.linker.CompilationResult
Packages that use 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
Subclasses of CompilationResult in com.google.gwt.core.ext.linkerModifier and TypeClassDescriptionclass
A delegate forCompilationResult
intended for third party linkers that want to modify a compilation result.Methods in com.google.gwt.core.ext.linker that return types with arguments of type CompilationResultModifier and TypeMethodDescriptionprotected final Class
<CompilationResult> CompilationResult.getComparableArtifactType()
Methods in com.google.gwt.core.ext.linker with parameters of type CompilationResultModifier and TypeMethodDescriptionprotected final int
CompilationResult.compareToComparableArtifact
(CompilationResult o) Constructors in com.google.gwt.core.ext.linker with parameters of type CompilationResultModifierConstructorDescriptionDelegatingCompilationResult
(Class<? extends Linker> linkerType, CompilationResult compilationResult) -
Uses of CompilationResult in com.google.gwt.core.linker
Methods in com.google.gwt.core.linker with parameters of type CompilationResultModifier 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)