com.ds.fw.parse
Class FwGrammar
java.lang.Object
|
+--com.ds.fw.parse.FwGrammar
- public class FwGrammar
- extends java.lang.Object
FwGrammar contains a hash with all the commands formats.
|
Method Summary |
static com.ds.fw.parse.FwCommandFormat |
getFormat(java.lang.String str)
Returns the command format for that command name (the str argument) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHOOSEABLS
public static final int CHOOSEABLS
- sample command names:
- See Also:
- Constant Field Values
DISTRPOINTS
public static final int DISTRPOINTS
- See Also:
- Constant Field Values
SETSTATE
public static final int SETSTATE
- See Also:
- Constant Field Values
MSSG
public static final int MSSG
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
FwGrammar
public FwGrammar()
getFormat
public static com.ds.fw.parse.FwCommandFormat getFormat(java.lang.String str)
- Returns the command format for that command name (the str argument)