generate
public java.lang.String generate(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.GeneratorContext context,
java.lang.String typeName)
throws com.google.gwt.core.ext.UnableToCompleteException
Description copied from class: com.google.gwt.core.ext.Generator
Generate a default constructible subclass of the requested type. The generator throws
UnableToCompleteException if for any reason it cannot provide a substitute class
- Specified by:
generate in class com.google.gwt.core.ext.Generator
- Returns:
- the name of a subclass to substitute for the requested class, or return
null to cause the requested type itself to be used
- Throws:
com.google.gwt.core.ext.UnableToCompleteException