O - The type produced by the parsing.I - The kind of input.public interface ParsingStrategy<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
parse(I input)
Parses the input and produces an instance of the parameter O.
|
O parse(I input)
input - The input to parse. cannot be null.NullPointerException - if the input is null.Copyright © 2015 The University of Manchester. All Rights Reserved.