sleep.engine.atoms
Class CreateClosure

java.lang.Object
  extended bysleep.engine.Step
      extended bysleep.engine.atoms.CreateClosure
All Implemented Interfaces:
Serializable

public class CreateClosure
extends Step

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sleep.engine.Step
line, next
 
Constructor Summary
CreateClosure(Block _block)
           
 
Method Summary
 Scalar evaluate(ScriptEnvironment e)
          evaluate this atomic step.
 String toString()
           
 
Methods inherited from class sleep.engine.Step
getLineNumber, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateClosure

public CreateClosure(Block _block)
Method Detail

evaluate

public Scalar evaluate(ScriptEnvironment e)
Description copied from class: Step
evaluate this atomic step.

Specified by:
evaluate in class Step

toString

public String toString()