public interface ParserMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
finishedParse(String subject)
Called when parsing is finished.
|
void |
matchedProduction(String prod)
Called when a production matched.
|
void |
startedParse(String subject)
Called when parsing is started.
|
void matchedProduction(String prod)
prod - the productionvoid startedParse(String subject)
subject - the subjectvoid finishedParse(String subject)
subject - the subjectCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.