Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.javac |
Modifier and Type | Method and Description |
---|---|
CompilationErrorsIndex |
CompilerContext.getGlobalCompilationErrorsIndex()
Returns the immutable compilation errors index that provides a combined view of compilation
errors for both the current compile as well as previously compiled libraries.
|
CompilationErrorsIndex |
CompilerContext.getLocalCompilationErrorsIndex()
Returns the mutable index of compilation errors for the current compile.
|
Modifier and Type | Method and Description |
---|---|
CompilationErrorsIndex |
LibraryGroup.getCompilationErrorsIndex() |
Modifier and Type | Method and Description |
---|---|
void |
ZipLibraryWriter.setCompilationErrorsIndex(CompilationErrorsIndex compilationErrorsIndex) |
void |
LibraryWriter.setCompilationErrorsIndex(CompilationErrorsIndex compilationErrorsIndex)
Records a source of compilation error information to support detailed logging.
|
void |
NullLibraryWriter.setCompilationErrorsIndex(CompilationErrorsIndex compilationErrorsIndex) |
Modifier and Type | Class and Description |
---|---|
class |
CombinedCompilationErrorsIndex
A CompilationErrorsIndex facade that exposes the contents of two contained
CompilationErrorsIndices.
|
class |
CompilationErrorsIndexImpl
A mutable and serializable CompilationErrorsIndex.
|
Modifier and Type | Method and Description |
---|---|
static void |
CompilationProblemReporter.indexErrors(CompilationErrorsIndex compilationErrorsIndex,
List<CompilationUnit> units)
Traverses a set of compilation units to record enough information to enable accurate and
detailed compilation error cause traces.
|
static void |
CompilationUnitInvalidator.retainValidUnits(TreeLogger logger,
Collection<CompilationUnit> units,
Map<String,CompiledClass> validClasses,
CompilationErrorsIndex compilationErrorsIndex)
Mutates
units by retaining only valid units. |
Constructor and Description |
---|
CombinedCompilationErrorsIndex(CompilationErrorsIndex localCompilationErrorsIndexes,
CompilationErrorsIndex libraryCompilationErrorsIndex) |
Copyright © 2018. All rights reserved.