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 |
getCompilationErrorsIndex()
Returns the mutable index of compilation errors for the current compile.
|
MinimalRebuildCache |
getMinimalRebuildCache() |
ModuleDef |
getModule() |
PrecompileTaskOptions |
getOptions() |
ResourceOracle |
getPublicResourceOracle() |
ResourceOracle |
getSourceResourceOracle() |
UnitCache |
getUnitCache() |
public ResourceOracle getBuildResourceOracle()
public CompilationErrorsIndex getCompilationErrorsIndex()
public MinimalRebuildCache getMinimalRebuildCache()
public ModuleDef getModule()
public PrecompileTaskOptions getOptions()
public ResourceOracle getPublicResourceOracle()
public ResourceOracle getSourceResourceOracle()
public UnitCache getUnitCache()
Copyright © 2018. All rights reserved.