|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsleep.engine.Step
sleep.engine.atoms.Return
public class Return
| Field Summary | |
|---|---|
protected int |
return_type
|
| Fields inherited from class sleep.engine.Step |
|---|
line, next |
| Constructor Summary | |
|---|---|
Return(int type)
See ScriptEnvironment.FLOW_CONTROL_* for the type constants |
|
| Method Summary | |
|---|---|
Scalar |
evaluate(ScriptEnvironment e)
evaluate this atomic step. |
java.lang.String |
toString(java.lang.String prefix)
returns a string representation of this atomic step |
| Methods inherited from class sleep.engine.Step |
|---|
getHighLineNumber, getLineNumber, getLowLineNumber, setInfo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int return_type
| Constructor Detail |
|---|
public Return(int type)
| Method Detail |
|---|
public java.lang.String toString(java.lang.String prefix)
Step
toString in class Steppublic Scalar evaluate(ScriptEnvironment e)
Step
evaluate in class Step
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||