|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yakscript.Action | +--yakscript.action.Nop
Syntax: Nop
Synonym: -
Does nothing.
Fields inherited from class yakscript.Action |
arguments, condition |
Constructor Summary | |
Nop()
|
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 Nop()
Method Detail |
public java.lang.String getKeyword()
Action
getKeyword
in class Action
yakscript.Action
public 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 |