public interface ParserMonitor
Modifier and Type | Method and Description |
---|---|
void |
finishedParse(String s) |
void |
matchedProduction(String prod) |
void |
startedParse(String s) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.