sleep.engine.atoms

Class Return

public class Return extends Step

Field Summary
protected intreturn_type
Constructor Summary
Return(int type)
See ScriptEnvironment.FLOW_CONTROL_* for the type constants
Method Summary
Scalarevaluate(ScriptEnvironment e)
StringtoString(String prefix)

Field Detail

return_type

protected int return_type

Constructor Detail

Return

public Return(int type)
See ScriptEnvironment.FLOW_CONTROL_* for the type constants

Method Detail

evaluate

public Scalar evaluate(ScriptEnvironment e)

toString

public String toString(String prefix)