Uses of Class
com.google.gwt.core.ext.Generator
-
Packages that use Generator Package Description com.google.gwt.core.ext Classes used to extend the GWT compiler. -
-
Uses of Generator in com.google.gwt.core.ext
Subclasses of Generator in com.google.gwt.core.ext Modifier and Type Class Description class
IncrementalGenerator
An extension to theGenerator
class which supports incremental generation.Methods in com.google.gwt.core.ext with parameters of type Generator Modifier and Type Method Description static RebindResult
IncrementalGenerator. generateNonIncrementally(TreeLogger logger, Generator generator, GeneratorContext context, java.lang.String typeName)
A static helper method to wrap a non-incremental generator's result.
-