Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Generator> |
GeneratedResource.getGenerator()
The type of Generator that created the resource.
|
Constructor and Description |
---|
GeneratedResource(java.lang.Class<? extends Linker> linkerType,
java.lang.Class<? extends Generator> generatorType,
java.lang.String partialPath) |