List of usage examples for com.google.gwt.core.ext IncrementalGenerator subclass-usage
From source file com.guit.rebind.common.AbstractGenerator.java
public abstract class AbstractGenerator extends IncrementalGenerator { protected TreeLogger logger; protected GeneratorContext context; protected JClassType baseClass; protected TypeOracle typeOracle;
From source file com.gwtplatform.dispatch.rest.rebind.DispatchRestIncrementalGenerator.java
public class DispatchRestIncrementalGenerator extends IncrementalGenerator { private static final String GENERATOR_EXTENSIONS_PROPERTY = "gwtp.dispatch.rest.generatorModules"; private static final int VERSION = 140; private static final Stage STAGE = Stage.PRODUCTION; private TreeLogger logger;
From source file com.mvp4g.rebind.Mvp4gGenerator.java
/** * Class uses to create the implementation class of Mvp4gStarter * * @author plcoirier */ public class Mvp4gGenerator extends IncrementalGenerator {
From source file com.mvp4g.rebind.Mvp4gRunAsyncGenerator.java
/** * Class uses to create the implementation class of Mvp4gStarter * * @author plcoirier */ public class Mvp4gRunAsyncGenerator extends IncrementalGenerator {
From source file com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator.java
/** * Generator for {@link com.seanchenxi.gwt.storage.client.serializer.StorageSerializer} */ public class StorageTypeSerializerGenerator extends IncrementalGenerator { private static final long GENERATOR_VERSION_ID = 1L;
From source file net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator.java
/**
* This is the abstract base implementation for {@link IncrementalGenerator}s for GWT environments, that
* generates a {@link Class} from a single input type. If the input type has not been modified since the last
* generation the {@link #isCachedResultObsolete(CachedGeneratorResult, String) generated result is reused by
* default}.
*
From source file net.zschech.gwt.comet.rebind.CometSerializerGenerator.java
public class CometSerializerGenerator extends IncrementalGenerator { @Override public long getVersionId() { return 1; }
From source file org.atmosphere.extensions.gwtwrapper.rebind.SerializerGenerator.java
public class SerializerGenerator extends IncrementalGenerator { @Override public long getVersionId() { return 1L; }
From source file org.atmosphere.gwt20.rebind.SerializerGenerator.java
public class SerializerGenerator extends IncrementalGenerator { @Override public long getVersionId() { return 1L; }
From source file org.cruxframework.crux.core.rebind.AbstractGenerator.java
/** * @author Thiago da Rosa de Bustamante * */ public abstract class AbstractGenerator extends IncrementalGenerator {