sleep.engine.atoms

Class Iterate

public class Iterate extends Step

Nested Class Summary
static classIterate.IteratorData
Field Summary
static intITERATOR_CREATE
static intITERATOR_DESTROY
static intITERATOR_NEXT
protected Stringkey
protected inttype
protected Stringvalue
Constructor Summary
Iterate(String _key, String _value, int _type)
Method Summary
Scalarevaluate(ScriptEnvironment e)
StringtoString(String prefix)

Field Detail

ITERATOR_CREATE

public static final int ITERATOR_CREATE

ITERATOR_DESTROY

public static final int ITERATOR_DESTROY

ITERATOR_NEXT

public static final int ITERATOR_NEXT

key

protected String key

type

protected int type

value

protected String value

Constructor Detail

Iterate

public Iterate(String _key, String _value, int _type)

Method Detail

evaluate

public Scalar evaluate(ScriptEnvironment e)

toString

public String toString(String prefix)