ScopeContext

data class ScopeContext(val path: Path, val script: ScriptContext, val env: EnvironmentContext = EnvironmentContext())(source)

A class to provide context information for a net.democritus.scripting.scope.ScriptScope object.

Constructors

Link copied to clipboard
constructor(path: Path, script: ScriptContext, env: EnvironmentContext = EnvironmentContext())

Properties

Link copied to clipboard

The context which contains information about the execution environmennt.

Link copied to clipboard
val path: Path

Path which applies to the current scope.

Link copied to clipboard

The context which applies globally to the script.