Overview  Package   Class  Tree  Index 

be.lassi.ui.sheet.parse
Class ParserLevel

java.lang.Object
  extended by be.lassi.ui.sheet.parse.Parser
      extended by 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 be.lassi.ui.sheet.parse.Parser
digit, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2