Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Class and Description |
---|---|
class |
NullRebuildCache
A MinimalRebuildCache that ignores all interaction.
|
Modifier and Type | Method and Description |
---|---|
MinimalRebuildCache |
MinimalRebuildCacheManager.getCache(String moduleName,
PropertyCombinations.PermutationDescription permutationDescription)
Synchronously return the MinimalRebuildCache specific to the given module and binding
properties.
|
MinimalRebuildCache |
CompilerContext.getMinimalRebuildCache() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Compiler.compile(TreeLogger logger,
CompilerOptions compilerOptions,
MinimalRebuildCache minimalRebuildCache,
ModuleDef moduleDef) |
void |
MinimalRebuildCache.copyFrom(MinimalRebuildCache that)
Replaces the contents of this cache with the contents of the given cache.
|
CompilerContext.Builder |
CompilerContext.Builder.minimalRebuildCache(MinimalRebuildCache minimalRebuildCache) |
void |
MinimalRebuildCacheManager.putCache(String moduleName,
PropertyCombinations.PermutationDescription permutationDescription,
MinimalRebuildCache knownGoodMinimalRebuildCache)
Stores a MinimalRebuildCache specific to the given module and binding properties.
|
Constructor and Description |
---|
JProgram(MinimalRebuildCache minimalRebuildCache) |
JTypeOracle(ArrayTypeCreator arrayTypeCreator,
MinimalRebuildCache minimalRebuildCache)
Constructs a new JTypeOracle.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeReferencesRecorder.exec(JProgram program,
MinimalRebuildCache minimalRebuildCache,
boolean onlyUpdate) |
static void |
JsInteropRestrictionChecker.exec(TreeLogger logger,
JProgram jprogram,
MinimalRebuildCache minimalRebuildCache) |
Constructor and Description |
---|
JsTypeLinker(TreeLogger logger,
JsAbstractTextTransformer textTransformer,
List<NamedRange> typeRanges,
NamedRange programTypeRange,
MinimalRebuildCache minimalRebuildCache,
JTypeOracle typeOracle) |
TypeReferencesRecorder(MinimalRebuildCache minimalRebuildCache,
boolean onlyUpdate) |
Copyright © 2018. All rights reserved.