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 |
CompilerContext.getMinimalRebuildCache() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Compiler(CompilerOptions compilerOptions,
MinimalRebuildCache minimalRebuildCache) |
Constructor and Description |
---|
JProgram(MinimalRebuildCache minimalRebuildCache) |
JProgram(MinimalRebuildCache minimalRebuildCache,
boolean hasWholeWorldKnowledge) |
JTypeOracle(ArrayTypeCreator arrayTypeCreator,
MinimalRebuildCache minimalRebuildCache,
boolean hasWholeWorldKnowledge)
Constructs a new JTypeOracle.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeReferencesRecorder.exec(JProgram program,
MinimalRebuildCache minimalRebuildCache,
boolean onlyUpdate) |
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.