Class IncrementalGenerator

java.lang.Object
com.google.gwt.core.ext.Generator
com.google.gwt.core.ext.IncrementalGenerator

public abstract class IncrementalGenerator extends Generator
An extension to the Generator class which supports incremental generation. It adds a generateIncrementally(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.GeneratorContext, java.lang.String) method.