Package com.google.gwt.text.shared
Interface Parser<T>
- Type Parameters:
T- the type to parse
- All Known Implementing Classes:
DoubleParser,IntegerParser,LongParser,PassthroughParser
public interface Parser<T>
An object that can parse text and return a value.
-
Method Summary
-
Method Details
-
parse
- Throws:
ParseException
-