GWT 2.3.0

Uses of Class
com.google.gwt.core.ext.linker.EmittedArtifact

Packages that use EmittedArtifact
com.google.gwt.core.ext.linker Classes for writing Linkers. 
com.google.gwt.core.linker A package containing implementations of the GWT bootstrap linkers. 
com.google.gwt.user.linker.rpc 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.linker
 class BinaryEmittedArtifact
           A thinned down version of some EmittedArtifact.
 class GeneratedResource
          A resource created by a Generator invoking GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String) during the compilation process.
 class PublicResource
          A resource in the module's public path.
 class SyntheticArtifact
          Artifacts created by AbstractLinker.
 

Methods in com.google.gwt.core.ext.linker that return types with arguments of type EmittedArtifact
protected  java.lang.Class<EmittedArtifact> EmittedArtifact.getComparableArtifactType()
           
 

Methods in com.google.gwt.core.ext.linker with parameters of type EmittedArtifact
protected  int EmittedArtifact.compareToComparableArtifact(EmittedArtifact o)
           
 

Uses of EmittedArtifact in com.google.gwt.core.linker
 

Methods in com.google.gwt.core.linker that return EmittedArtifact
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 EmittedArtifact
 EmittedArtifact RpcPolicyFileArtifact.getEmittedArtifact()
           
 

Constructors in com.google.gwt.user.linker.rpc with parameters of type EmittedArtifact
RpcPolicyFileArtifact(java.lang.String proxyClass, EmittedArtifact artifact)
           
 


GWT 2.3.0