CokoExecutor

class CokoExecutor(configuration: CokoConfiguration, backend: CokoBackend) : Executor(source)

The Executor to evaluate Coko (codyze.kts) specification files.

Constructors

Link copied to clipboard
constructor(configuration: CokoConfiguration, backend: CokoBackend)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun evaluate(): Run

Compiles all the specification files, translates the CPG and finally triggers the evaluation of the rules defined in the specs.