GWT 2.1.1

Uses of Package
com.google.gwt.core.ext.linker

Packages that use com.google.gwt.core.ext.linker
com.google.gwt.core.ext Classes used to extend the GWT compiler. 
com.google.gwt.core.ext.linker Classes for writing Linkers. 
com.google.gwt.core.ext.linker.impl   
com.google.gwt.core.linker This package contains implementations of the GWT bootstrap linkers. 
com.google.gwt.precompress.linker   
com.google.gwt.rpc.linker   
com.google.gwt.user.linker.rpc   
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.core.ext
Artifact
          A base type for all artifacts relating to the link process.
ArtifactSet
          Provides stable ordering and de-duplication of artifacts.
ConfigurationProperty
          Represents a configuration property.
GeneratedResource
          A resource created by a Generator invoking GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String) during the compilation process.
SelectionProperty
          Represents a deferred binding property.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.core.ext.linker
Artifact
          A base type for all artifacts relating to the link process.
CastableTypeMap
          An encapsulation of a JSON map containing a set of castable type ids.
CompilationResult
          Represents a unique compilation of the module.
EmittedArtifact
          An artifact that will be emitted into the output.
LinkerOrder.Order
          Allowable values for the LinkerOrder.
ScriptReference
          An external script file referenced in the module manifest.
SelectionProperty
          Represents a deferred binding property.
SoftPermutation
          Represents a permutation of collapsed deferred-binding property values.
StatementRanges
          Describes the source-code positions of top-level statements in a string of JavaScript.
StylesheetReference
          An external stylesheet referenced in the module manifest.
SymbolData
          Provides basic information about symbols in the generated JavaScript.
SyntheticArtifact
          Artifacts created by AbstractLinker.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.core.ext.linker.impl
AbstractLinker
          Provides basic functions common to all Linker implementations.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.core.linker
AbstractLinker
          Provides basic functions common to all Linker implementations.
Artifact
          A base type for all artifacts relating to the link process.
ArtifactSet
          Provides stable ordering and de-duplication of artifacts.
CompilationResult
          Represents a unique compilation of the module.
EmittedArtifact
          An artifact that will be emitted into the output.
LinkerOrder
          Defines the relative order in which a Linker will be run.
SelectionProperty
          Represents a deferred binding property.
Shardable
          This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker API.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.precompress.linker
AbstractLinker
          Provides basic functions common to all Linker implementations.
ArtifactSet
          Provides stable ordering and de-duplication of artifacts.
LinkerOrder
          Defines the relative order in which a Linker will be run.
Shardable
          This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker API.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.rpc.linker
AbstractLinker
          Provides basic functions common to all Linker implementations.
Artifact
          A base type for all artifacts relating to the link process.
ArtifactSet
          Provides stable ordering and de-duplication of artifacts.
LinkerOrder
          Defines the relative order in which a Linker will be run.
Shardable
          This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker API.
 

Classes in com.google.gwt.core.ext.linker used by com.google.gwt.user.linker.rpc
AbstractLinker
          Provides basic functions common to all Linker implementations.
Artifact
          A base type for all artifacts relating to the link process.
ArtifactSet
          Provides stable ordering and de-duplication of artifacts.
EmittedArtifact
          An artifact that will be emitted into the output.
LinkerOrder
          Defines the relative order in which a Linker will be run.
Shardable
          This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker API.
 


GWT 2.1.1