new CommandParser()
- Source:
Methods
isParseable(line) → {boolean}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
line |
String
|
Returns:
- Type:
-
boolean
true if the line can be parsed, false if not
parseLine(line) → {Array.<Parser.Command>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
line |
String
|
the line to be parsed |