Package com.google.gwt.core.ext

Classes used to extend the GWT compiler.

See:
          Description

Interface Summary
GeneratorContext  
PropertyOracle  
TreeLogger An interface used to log messages in deferred binding generators.
 

Class Summary
Generator Generates source code for subclasses during deferred binding requests.
TreeLogger.Type A type-safe enum of all possible logging severity types.
 

Exception Summary
BadPropertyValueException  
UnableToCompleteException Used to indicate that some part of a multi-step process failed.
 

Package com.google.gwt.core.ext Description

Classes used to extend the GWT compiler. Developers will use the classes in this package only when creating custom code generators.