sleep.engine.atoms
Class Foreach
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.Foreach
- All Implemented Interfaces:
- Serializable
- public class Foreach
- extends Step
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
public Block source
value
public String value
code
public Block code
Foreach
public Foreach(Block _source,
String _value,
Block _code)
toString
public String toString(String prefix)
- Description copied from class:
Step
- returns a string representation of this atomic step
- Overrides:
toString
in class Step
evaluate
public Scalar evaluate(ScriptEnvironment e)
- Description copied from class:
Step
- evaluate this atomic step.
- Specified by:
evaluate
in class Step