sleep.engine.atoms
public class Iterate extends Step
Nested Class Summary | |
---|---|
static class | Iterate.IteratorData |
Field Summary | |
---|---|
static int | ITERATOR_CREATE |
static int | ITERATOR_DESTROY |
static int | ITERATOR_NEXT |
protected String | key |
protected int | type |
protected String | value |
Constructor Summary | |
---|---|
Iterate(String _key, String _value, int _type) |
Method Summary | |
---|---|
Scalar | evaluate(ScriptEnvironment e) |
String | toString(String prefix) |