be.lassi.ui.sheet.parse
Class ParserLevel
java.lang.Object
be.lassi.ui.sheet.parse.Parser
be.lassi.ui.sheet.parse.ParserLevel
public final class ParserLevel
- extends Parser
Converts the string representation of a level value to float.
Note that the syntax is assumed to be ok here. The user of this class should
have checked the syntax using the {@link SyntaxLevel SyntaxLevel) class.
Method Summary |
static float |
parse(java.lang.String string)
Converts the string representation of a level value to float. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static float parse(java.lang.String string)
- Converts the string representation of a level value to float.
- Parameters:
string
- string representation to the level value
- Returns:
- the float level value