public abstract class Parser<T> extends Object
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
parse(String s) |
T |
parseOrNull(String s) |
public abstract T parse(String s) throws ParseException
ParseExceptionCopyright © 2017. All rights reserved.