Package technology.sola.script.runtime


package technology.sola.script.runtime
  • Class
    Description
    EnvironmentHandle holds an internal reference to environment state information where variable values are stored.
    ScopeTable holds variable resolutions at various depths of scope.
    ScriptRuntime contains environment state information as well as a ScopeTable to keep track of nested scope variable resolutions.
    SolaScriptCallable specifies the contract for something that is callable in a sola script.
    SolaScriptFunction is a runtime definition of a function declaration that is callable (implements SolaScriptCallable interface).
    SolaScriptMap is the runtime representation of the sola-script map type.