public abstract class AbstractParser<T> extends Object implements Parser<T>
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
T |
parse(CharSequence text) |
protected abstract T |
parseString(String text) |
public T parse(CharSequence text) throws ParseException
parse in interface Parser<T>ParseExceptionprotected abstract T parseString(String text) throws ParseException
ParseExceptionCopyright © 2002–2016 SoftSmithy. All rights reserved.