sleep.engine.atoms

Class CreateClosure

Implemented Interfaces:
Serializable

public class CreateClosure
extends Step

Field Summary

Fields inherited from class sleep.engine.Step

line, next

Constructor Summary

CreateClosure(Block _block)

Method Summary

Scalar
evaluate(ScriptEnvironment e)
String
toString()

Methods inherited from class sleep.engine.Step

evaluate, getHighLineNumber, getLineNumber, getLowLineNumber, setInfo, toString, toString

Constructor Details

CreateClosure

public CreateClosure(Block _block)

Method Details

evaluate

public Scalar evaluate(ScriptEnvironment e)
Overrides:
evaluate in interface Step

toString

public String toString()
Overrides:
toString in interface Step