public class CompilationStateBuilder.CompileMoreLater extends Object
Constructor and Description |
---|
CompileMoreLater(CompilerContext compilerContext,
JdtCompiler.AdditionalTypeProviderDelegate delegate) |
Modifier and Type | Method and Description |
---|---|
Collection<CompilationUnit> |
addGeneratedTypes(TreeLogger logger,
Collection<GeneratedUnit> generatedUnits,
CompilationState compilationState)
Compiles generated source files (unless cached) and adds them to the
CompilationState.
|
Map<String,CompiledClass> |
getValidClasses() |
public CompileMoreLater(CompilerContext compilerContext, JdtCompiler.AdditionalTypeProviderDelegate delegate)
public Collection<CompilationUnit> addGeneratedTypes(TreeLogger logger, Collection<GeneratedUnit> generatedUnits, CompilationState compilationState) throws UnableToCompleteException
UnableToCompleteException
public Map<String,CompiledClass> getValidClasses()
Copyright © 2018. All rights reserved.