public class ConsoleParserMonitor extends Object implements ParserMonitor
| Modifier and Type | Field and Description |
|---|---|
static String |
TRACE_KEY
The maven property to add on the commmand line
|
| 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)
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–2017 The Apache Software Foundation. All rights reserved.