public class

DoubleParser

extends Object
implements Parser<T>
java.lang.Object
   ↳ com.google.gwt.text.client.DoubleParser

Class Overview

A localized parser based on getDecimalFormat().

Summary

Protected Constructors
DoubleParser()
Public Methods
static Parser<Double> instance()
Returns the instance of the no-op renderer.
Double parse(CharSequence object)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.text.shared.Parser

Protected Constructors

protected DoubleParser ()

Public Methods

public static Parser<Double> instance ()

Returns the instance of the no-op renderer.

public Double parse (CharSequence object)