sleep.engine.atoms
public class Goto extends Step
| Field Summary | |
|---|---|
| protected Block | iftrue |
| protected Block | increment |
| protected Check | start |
| Constructor Summary | |
|---|---|
| Goto(Check s) | |
| Method Summary | |
|---|---|
| Scalar | evaluate(ScriptEnvironment e) |
| int | getHighLineNumber() |
| void | setChoices(Block t) |
| void | setIncrement(Block i) |
| String | toString(String prefix) |