public interface OutputHandler<E>
E
.Modifier and Type | Method and Description |
---|---|
void |
process(E output)
Processes a parsing output of type
E . |
void process(E output)
E
.output
- the parsing output to process.Copyright © 2019. All rights reserved.