public class ParserMonitorAdapter extends Object implements ParserMonitor
ParserMonitor with empty method implementations.| Constructor and Description |
|---|
ParserMonitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedParse(String s)
Called when parsing is finished.
|
void |
matchedProduction(String prod)
Called when a production matched.
|
void |
startedParse(String s)
Called when parsing is started.
|
public void matchedProduction(String prod)
matchedProduction in interface ParserMonitorprod - the productionpublic void startedParse(String s)
startedParse in interface ParserMonitors - the subjectpublic void finishedParse(String s)
finishedParse in interface ParserMonitors - the subjectCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.