be.lassi.ui.sheet.parse
Class ParserTiming
java.lang.Object
be.lassi.ui.sheet.parse.Parser
be.lassi.ui.sheet.parse.ParserTiming
public class ParserTiming
- extends Parser
Parse timing string, and set Timing attributes accordingly.
Note that the syntax is assumed to be ok here. The user of this class should
have checked the syntax using the {@link SyntaxTiming SyntaxTiming) class.
Method Summary |
static java.lang.String |
parse(java.lang.String string,
Timing timing)
Parses given string and update the attributes of given Timing object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static java.lang.String parse(java.lang.String string,
Timing timing)
- Parses given string and update the attributes of given Timing object.
- Parameters:
string
- timing
-
- Returns:
- String