API Reference

Class List

ScopeId

The scope for a variable.

Summary

Properties

name

The variable name.

Methods

getValue

Get variable value.

setValue

Set variable value.

Details

Constructor

ScopeId(name)

Create a new ScopeId instance.

Parameters

namestring

The variable name.

Properties

stringname

The variable name.

Methods

getValue()

Get variable value.

Returns

*

The value.

setValue(value)

Set variable value.

Parameters

value*

The value.