| Class | Description |
|---|---|
| SLBigNumber | |
| SLContext |
The run-time state of SL during execution.
|
| SLFunction |
Represents a SL function.
|
| SLFunctionRegistry |
Manages the mapping from function names to
function objects. |
| SLLanguageView |
Language views are needed in order to allow tools to have a consistent perspective on primitive
or foreign values from the perspective of this language.
|
| SLNull |
The SL type for a
null (i.e., undefined) value. |
| SLObject |
Represents an SL object.
|
| SLStrings | |
| SLType |
The builtin type definitions for SimpleLanguage.
|
| Exception | Description |
|---|---|
| SLUndefinedNameException |