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