public class ConsoleParserMonitor extends Object implements ParserMonitor
| Constructor and Description |
|---|
ConsoleParserMonitor() |
| 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 static final String TRACE_KEY
public void matchedProduction(String prod)
ParserMonitormatchedProduction in interface ParserMonitorprod - the productionpublic void startedParse(String s)
ParserMonitorstartedParse in interface ParserMonitors - the subjectpublic void finishedParse(String s)
ParserMonitorfinishedParse in interface ParserMonitors - the subjectCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.