Class Summary |
CollectionWrapper |
A read only scalar array for wrapping data structures that implement the java.util.Collection interface. |
MapWrapper |
A class for creating accessing a Map data structure in your application in a ready only way. |
Scalar |
A scalar is the universal data type for sleep variables. |
ScriptEnvironment |
This class contains methods for accessing the data stack, return value of a function, and the environment hashtable
for a script. |
ScriptInstance |
Every piece of information related to a loaded script. |
ScriptLoader |
The ScriptLoader is a convienence container for instantiating and managing ScriptInstances. |
ScriptVariables |
Maintains variables and variable scopes for a script instance. |
SleepUtils |
This class contains generalized utilities for instantiating/wrapping data into the sleep Scalar type. |