Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
IncrementalGenerator
An extension to the
Generator class which supports incremental
generation. |
Modifier and Type | Method and 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.
|