public class CompilerContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CompilerContext.Builder
CompilerContext builder.
|
Constructor and Description |
---|
CompilerContext() |
Modifier and Type | Method and Description |
---|---|
ResourceOracle |
getBuildResourceOracle() |
CompilationErrorsIndex |
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.
|
LibraryGroup |
getLibraryGroup() |
LibraryWriter |
getLibraryWriter() |
CompilationErrorsIndex |
getLocalCompilationErrorsIndex()
Returns the mutable index of compilation errors for the current compile.
|
MinimalRebuildCache |
getMinimalRebuildCache() |
ModuleDef |
getModule() |
PrecompileTaskOptions |
getOptions() |
Set<String> |
getProcessedReboundTypeSourceNames(String generatorName)
Returns the set of source names of rebound types that have been processed by the given
Generator.
|
ResourceOracle |
getPublicResourceOracle() |
Set<String> |
getReboundTypeSourceNames()
Returns the set of source names of types for which GWT.create() rebind has been requested.
|
ResourceOracle |
getSourceResourceOracle() |
TinyCompileSummary |
getTinyCompileSummary() |
UnitCache |
getUnitCache() |
boolean |
shouldCompileMonolithic() |
public ResourceOracle getBuildResourceOracle()
public MinimalRebuildCache getMinimalRebuildCache()
public CompilationErrorsIndex getGlobalCompilationErrorsIndex()
public LibraryGroup getLibraryGroup()
public LibraryWriter getLibraryWriter()
public CompilationErrorsIndex getLocalCompilationErrorsIndex()
public ModuleDef getModule()
public PrecompileTaskOptions getOptions()
public Set<String> getProcessedReboundTypeSourceNames(String generatorName)
public ResourceOracle getPublicResourceOracle()
public Set<String> getReboundTypeSourceNames()
public ResourceOracle getSourceResourceOracle()
public TinyCompileSummary getTinyCompileSummary()
public UnitCache getUnitCache()
public boolean shouldCompileMonolithic()
Copyright © 2018. All rights reserved.