|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationResult | |
---|---|
com.google.gwt.core.ext.linker | Classes for writing Linkers. |
com.google.gwt.core.linker | A package containing implementations of the GWT bootstrap linkers. |
Uses of CompilationResult in com.google.gwt.core.ext.linker |
---|
Methods in com.google.gwt.core.ext.linker that return types with arguments of type CompilationResult | |
---|---|
protected java.lang.Class<CompilationResult> |
CompilationResult.getComparableArtifactType()
|
Methods in com.google.gwt.core.ext.linker with parameters of type CompilationResult | |
---|---|
protected int |
CompilationResult.compareToComparableArtifact(CompilationResult o)
|
Uses of CompilationResult in com.google.gwt.core.linker |
---|
Methods in com.google.gwt.core.linker with parameters of type CompilationResult | |
---|---|
protected java.util.Collection<Artifact<?>> |
SingleScriptLinker.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 byte[] |
IFrameLinker.generatePrimaryFragment(TreeLogger logger,
LinkerContext context,
CompilationResult result,
java.lang.String[] js,
ArtifactSet artifacts)
|
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)
|
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |