sleep.engine.atoms
Class Return
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.Return
- All Implemented Interfaces:
- Serializable
public class Return
- extends Step
- See Also:
- Serialized Form
Constructor Summary |
Return(int type)
See ScriptEnvironment.FLOW_CONTROL_* for the type constants |
return_type
protected int return_type
Return
public Return(int type)
- See ScriptEnvironment.FLOW_CONTROL_* for the type constants
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.
- Overrides:
evaluate
in class Step