|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.metacosm.framework.parser
| Class Summary | |
| CommandsManager | Manages associations between commands name(s) and commands, both for
PlayerCommands and ControllerCommands. Commands are loaded from two files (names given by Configuration). Used by the parser to find commands first, and then to execute them. It's a Singleton OOD pattern. |
| Parser | The Parser is used to parse (!) input streams from players. |
| Exception Summary | |
| BadCommandDelimiterException | Exception thrown when the Command delimiter is a white |
| BadStringAndCommandDelimitersException | Exception thrown when the String and the Command delimiters are the same |
| BadStringDelimiterException | Exception thrown when the String delimiter is a white |
| EmptyStringException | Exception thrown when an empty string is detected while parsing |
| ExpectedCommandException | Exception thrown when something different from a command is detected while parsing a command |
| InvalidParameterException | Exception thrown when an invalid parameter is detected while parsing |
| UnexpectedStringException | Exception thrown when a string is detected while the parser expects something else |
| UnfinishedStringException | Exception thrown when the parser detects an unfinished string |
| UnknownCommandException | Exception thrown when the parser detects an unknown command |
|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||