public class CodeEmitter extends Object implements AutoCloseable
| Constructor and Description |
|---|
CodeEmitter(Iterable<GeneratorTask> generatorTasks,
GeneratorTaskExecutor taskExecutor) |
public CodeEmitter(Iterable<GeneratorTask> generatorTasks, GeneratorTaskExecutor taskExecutor)
generatorTasks - Provides tasks to execute.taskExecutor - Executes tasks.public void emit()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2023. All rights reserved.