sleep.engine.atoms
Class Goto
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.Goto
- All Implemented Interfaces:
- Serializable
- public class Goto
- extends Step
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iftrue
public Block iftrue
iffalse
public Block iffalse
start
public Check start
name
public String name
isLoop
public boolean isLoop
Goto
public Goto(Check s)
toString
public String toString(String prefix)
- Description copied from class:
Step
- returns a string representation of this atomic step
- Overrides:
toString
in class Step
setLoop
public void setLoop(boolean l)
setChoices
public void setChoices(Block t,
Block f)
evaluate
public Scalar evaluate(ScriptEnvironment e)
- Description copied from class:
Step
- evaluate this atomic step.
- Specified by:
evaluate
in class Step