Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.javac |
Modifier and Type | Method and Description |
---|---|
CompilationErrorsIndex |
CompilerContext.getCompilationErrorsIndex()
Returns the mutable index of compilation errors for the current compile.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2018. All rights reserved.