|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yakscript.ActionFactory
Parses a String into an Action
Method Summary | |
Action |
parse(java.lang.String cmd,
java.util.Hashtable variables)
Parses a string into an object of type Action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Action parse(java.lang.String cmd, java.util.Hashtable variables) throws SyntaxErrorException, java.lang.NoSuchMethodException, UndefinedVariableException
cmd
- String to be parsedargs
- Hashtable of variables to be substituted into string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |