TransformerHandler

class TransformerHandler(scriptIdentifier: Identifier)(source)

Stores the script's transformers.

Constructors

Link copied to clipboard
internal constructor(scriptIdentifier: Identifier)

Functions

Link copied to clipboard

Get all transformers of this script.

Link copied to clipboard
fun transformers(transformer: TransformerBuilder.() -> Unit)

Invoke the transformer builder DSL that allows adding transformers to this handler.