|
GWT 2.6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Generator | |
---|---|
com.google.gwt.core.ext | Classes used to extend the GWT compiler. |
com.google.gwt.core.ext.linker | Classes for writing Linkers. |
Uses of Generator in com.google.gwt.core.ext |
---|
Subclasses of Generator in com.google.gwt.core.ext | |
---|---|
class |
IncrementalGenerator
An extension to the Generator class which supports incremental
generation. |
Methods in com.google.gwt.core.ext with parameters of type Generator | |
---|---|
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. |
Uses of Generator in com.google.gwt.core.ext.linker |
---|
Methods in com.google.gwt.core.ext.linker that return types with arguments of type Generator | |
---|---|
java.lang.Class<? extends Generator> |
GeneratedResource.getGenerator()
The type of Generator that created the resource. |
Constructor parameters in com.google.gwt.core.ext.linker with type arguments of type Generator | |
---|---|
GeneratedResource(java.lang.Class<? extends Linker> linkerType,
java.lang.Class<? extends Generator> generatorType,
java.lang.String partialPath)
|
|
GWT 2.6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |