Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.javac |
Modifier and Type | Method and Description |
---|---|
void |
MinimalRebuildCache.recordGeneratedUnits(Collection<GeneratedUnit> generatedUnits)
Records the paths and content ids of generated source resources in the current compile and
updates a list of known modified paths by comparing the paths and content ids of generated
source resources in the previous compile with those of the current compile.
|
void |
NullRebuildCache.recordGeneratedUnits(Collection<GeneratedUnit> generatedUnits) |
Modifier and Type | Method and Description |
---|---|
GeneratedUnit |
JdtCompiler.AdditionalTypeProviderDelegate.doFindAdditionalType(String binaryName)
Finds a new compilation unit on-the-fly for the requested type, if there
is an alternate mechanism for doing so.
|
GeneratedUnit |
CachedGeneratorResultImpl.getGeneratedUnit(String typeName) |
Modifier and Type | Method and Description |
---|---|
Map<String,GeneratedUnit> |
StandardGeneratorContext.getGeneratedUnitMap()
Gets all committed Java units.
|
Collection<GeneratedUnit> |
CachedGeneratorResultImpl.getGeneratedUnits() |
Modifier and Type | Method and Description |
---|---|
void |
StandardGeneratorContext.addGeneratedUnit(GeneratedUnit gu)
Adds a generated unit to the context if not already present, but will not
overwrite an existing unit.
|
static CompilationUnitBuilder |
CompilationUnitBuilder.create(GeneratedUnit generatedUnit) |
Modifier and Type | Method and Description |
---|---|
void |
CompilationState.addGeneratedCompilationUnits(TreeLogger logger,
Collection<GeneratedUnit> generatedUnits)
Compiles the given source files (unless cached) and adds them to the
CompilationState.
|
Collection<CompilationUnit> |
CompilationStateBuilder.CompileMoreLater.addGeneratedTypes(TreeLogger logger,
Collection<GeneratedUnit> generatedUnits,
CompilationState compilationState)
Compiles generated source files (unless cached) and adds them to the
CompilationState.
|
void |
StandardGeneratorContext.addGeneratedUnits(Collection<GeneratedUnit> generatedUnits)
Adds generated units to the context, but will not overwrite any existing
units that might already be present.
|
Constructor and Description |
---|
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated) |
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
Copyright © 2018. All rights reserved.