com.google.gwt.text.shared
Interface Parser<T>
- Type Parameters:
T - the type to parse
- All Known Implementing Classes:
- BooleanParser, DoubleParser, IntegerParser, LongParser, PassthroughParser
public interface Parser<T>
Experimental API: This class is still under rapid
development, and is very likely to be deleted. Use it at your own risk.
An object that can parse text and return a value.
|
Method Summary |
T |
parse(java.lang.CharSequence text)
|
parse
T parse(java.lang.CharSequence text)
throws java.text.ParseException
- Throws:
java.text.ParseException