|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--yakscript.Action
|
+--yakscript.action.Resume
Syntax: Resume <return value>
Sets: $RC = return value
Returns from a subroutine. Executing Resume without a corresponding previous Sub is illegal.
| Fields inherited from class yakscript.Action |
arguments, condition |
| Constructor Summary | |
Resume()
|
|
| Method Summary | |
boolean |
exec(YakScript ys)
Executes this action Override this to actually provide the functionality of your action |
java.lang.String |
getKeyword()
Return the keyword of this action |
| Methods inherited from class yakscript.Action |
isCondition, isFinal, isInitial, setArguments, setCondition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Resume()
| Method Detail |
public java.lang.String getKeyword()
ActiongetKeyword in class Actionyakscript.Actionpublic boolean exec(YakScript ys)
Actionexec in class Actionyakscript.ActionyakScript - Currently executing instance of YakScript
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||