sleep.bridges
Class FileSystemBridge
- Function, Loadable, Serializable
public class FileSystemBridge
provides a bridge for accessing the local file system
evaluate
public Scalar evaluate(String n,
ScriptInstance i,
Stack l)
Evaluate a function and return the resulting scalar. Only the sleep interpreter should ever call this function. If you have
a maddening desire to call this Function object yourself, then use the convienence method in SleepUtils.
- evaluate in interface Function
- an instance of Scalar containing the return value of this function.