|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--yakscript.Action
|
+--yakscript.action.Select
Syntax: Select <option>
Executes option for the current frame. Does not save state, execution of any following commands proceeds once (if) option returns. Executing a non-existent option is an error. Intended primarily for context-sensitive triggers.
| Fields inherited from class yakscript.Action |
arguments, condition |
| Constructor Summary | |
Select()
|
|
| 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 |
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, isFinal, isInitial, setCondition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Select()
| Method Detail |
public java.lang.String getKeyword()
ActiongetKeyword in class Actionyakscript.Action
public void setArguments(java.util.StringTokenizer _arguments)
throws SyntaxErrorException
ActionsetArguments in class Actionyakscript.Actionargs - Arguments to passSyntaxErrorException - Thrown if the arguments are
syntactically invalid for this 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 | ||||||||