|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yakscript.Action | +--yakscript.action.Load
Syntax: Load <script>
Loads and starts to execute script. The display is reset, all variables are discarded and execution begins at the frame specified by yakscript.script.init.
Fields inherited from class yakscript.Action |
arguments, condition |
Constructor Summary | |
Load()
|
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. |
boolean |
isInitial()
Whether the initial action should be executed after this command Returns false by default, override this and return true if your keyword causes a switch to a new FrameState, eg. |
void |
setArguments(java.util.StringTokenizer _arguments)
Set the arguments for this action and verify their contents Override this if you need to perform syntax checking on the arguments passed to your action |
Methods inherited from class yakscript.Action |
isCondition, setCondition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Load()
Method Detail |
public java.lang.String getKeyword()
Action
getKeyword
in class Action
yakscript.Action
public boolean isInitial()
Action
isInitial
in class Action
yakscript.Action
public boolean isFinal()
Action
isFinal
in class Action
yakscript.Action
public void setArguments(java.util.StringTokenizer _arguments) throws SyntaxErrorException
Action
setArguments
in class Action
yakscript.Action
args
- Arguments to passSyntaxErrorException
- Thrown if the arguments are
syntactically invalid for this actionpublic boolean exec(YakScript ys)
Action
exec
in class Action
yakscript.Action
yakScript
- Currently executing instance of YakScript
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |