public class ParserMonitorAdapter extends java.lang.Object implements ParserMonitor
ParserMonitor with empty method implementations.| Constructor and Description |
|---|
ParserMonitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedParse(java.lang.String s)
Called when parsing is finished.
|
void |
matchedProduction(java.lang.String prod)
Called when a production matched.
|
void |
startedParse(java.lang.String s)
Called when parsing is started.
|
public void matchedProduction(java.lang.String prod)
matchedProduction in interface ParserMonitorprod - the productionpublic void startedParse(java.lang.String s)
startedParse in interface ParserMonitors - the subjectpublic void finishedParse(java.lang.String s)
finishedParse in interface ParserMonitors - the subject