ExtensibleEnvironmentContext
class ExtensibleEnvironmentContext(val declarations: Declarations, val metaContext: EnvironmentContext)
Content copied to clipboard
A context for ExtensibleInjectionEnvironments. Provides both the regular set of declarations plus a subcontext for the meta-environment.
Constructors
Link copied to clipboard
fun ExtensibleEnvironmentContext(declarations: Declarations, metaContext: EnvironmentContext)
Content copied to clipboard
Properties
Link copied to clipboard
The declarations for this context, similar to EnvironmentContext.declarations.