|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--yakscript.Action
|
+--yakscript.action.Exit
Syntax: Exit
Terminates the script immediately.
| Fields inherited from class yakscript.Action |
arguments, condition |
| Constructor Summary | |
Exit()
|
|
| 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 |
boolean |
isFinal()
Whether execution of the current action should stop after this command Returns false by default, override this and return true if the action permanently goes to a new state (eg. |
| Methods inherited from class yakscript.Action |
isCondition, isInitial, setArguments, setCondition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Exit()
| Method Detail |
public java.lang.String getKeyword()
ActiongetKeyword in class Actionyakscript.Actionpublic boolean isFinal()
ActionisFinal 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 | ||||||||