com.google.gwt.app.client
Class LongParser

java.lang.Object
  extended by com.google.gwt.app.client.LongParser
All Implemented Interfaces:
Parser<java.lang.Long>

public class LongParser
extends java.lang.Object
implements Parser<java.lang.Long>

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

A no-op renderer.


Method Summary
static Parser<java.lang.Long> instance()
           
 java.lang.Long parse(java.lang.CharSequence object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static Parser<java.lang.Long> instance()
Returns:
the instance of the no-op renderer

parse

public java.lang.Long parse(java.lang.CharSequence object)
                     throws java.text.ParseException
Specified by:
parse in interface Parser<java.lang.Long>
Throws:
java.text.ParseException