API Reference

Class List

ScopeSpace

The scope for variables.

Summary

Properties

name

The scope name.

Methods

resolve

Get (or create, if it doesn't already exist) a variable in the scope.

Details

Constructor

ScopeSpace(name)

Create a new ScopeSpace instance.

Parameters

namestring

The scope name.

Properties

stringname

The scope name.

Methods

resolve(name)

Get (or create, if it doesn't already exist) a variable in the scope.

Parameters

namestring

The variable name.

Returns

ScopeId

The variable instance.