Package com.google.gwt.text.client
Class DoubleParser
- java.lang.Object
-
- com.google.gwt.text.client.DoubleParser
-
- All Implemented Interfaces:
Parser<java.lang.Double>
public class DoubleParser extends java.lang.Object implements Parser<java.lang.Double>
A localized parser based onNumberFormat.getDecimalFormat()
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DoubleParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parser<java.lang.Double>
instance()
Returns the instance of the no-op renderer.java.lang.Double
parse(java.lang.CharSequence object)
-
-
-
Method Detail
-
instance
public static Parser<java.lang.Double> instance()
Returns the instance of the no-op renderer.
-
-