I
- the inputO
- the outputpublic interface Parser<I,O>
This is a functional interface whose functional method is #parse()
.
ParserException
O parse(I input) throws ParserException
I
to produce a O
.ParserException
- if any problem occurs while parsing the
specified input (e.g. illegal syntax).Copyright © 2014 Jean-Marie Dautelle, Werner Keil, V2COM. All Rights Reserved.