Class DelegatingGeneratorContext

java.lang.Object
com.google.gwt.core.ext.DelegatingGeneratorContext
All Implemented Interfaces:
GeneratorContext
Direct Known Subclasses:
NonIncrementalGeneratorContext

public abstract class DelegatingGeneratorContext extends Object implements GeneratorContext
An abstract generator context class which delegates all methods to a provided baseContext. Implementing classes can selectively override individual methods.