Generator

fun interface Generator(source)

Simple factory for GeneratorContext instances.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard

Opens a new GeneratorContext and calls block with it. The context is initialized with GeneratorContext.beginFile and finalized with GeneratorContext.endFile.