GWT 2.1.1

Uses of Interface
com.google.gwt.core.ext.GeneratorContext

Packages that use GeneratorContext
com.google.gwt.core.ext Classes used to extend the GWT compiler. 
com.google.gwt.i18n.rebind This package contains i18n generators. 
com.google.gwt.resources.ext This package contains extension hooks for adding new resource types to ClientBundle. 
 

Uses of GeneratorContext in com.google.gwt.core.ext
 

Methods in com.google.gwt.core.ext with parameters of type GeneratorContext
abstract  java.lang.String Generator.generate(TreeLogger logger, GeneratorContext context, java.lang.String typeName)
          Generate a default constructible subclass of the requested type.
 

Uses of GeneratorContext in com.google.gwt.i18n.rebind
 

Methods in com.google.gwt.i18n.rebind with parameters of type GeneratorContext
static LocaleUtils LocaleUtils.getInstance(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context)
          Create a new LocaleUtils instance for the given PropertyOracle.
 

Uses of GeneratorContext in com.google.gwt.resources.ext
 

Methods in com.google.gwt.resources.ext that return GeneratorContext
 GeneratorContext ResourceContext.getGeneratorContext()
          Return the GeneratorContext in which the overall resource generation framework is being run.
 


GWT 2.1.1