InitializedEnvironment

interface InitializedEnvironment<T, P : Position<P>>

The result of the loading of an environment with all the free variables instanced, also providing access to exporters.

Properties

Link copied to clipboard
abstract val environment: Environment<T, P>

The environment.

Link copied to clipboard
abstract val exporters: List<Exporter<T, P>>

The data exporters for this environment.

Inheritors

Link copied to clipboard