public class ParserMonitorAdapter extends Object implements ParserMonitor
| Constructor and Description |
|---|
ParserMonitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedParse(String s) |
void |
matchedProduction(String prod) |
void |
startedParse(String s) |
public void matchedProduction(String prod)
matchedProduction in interface ParserMonitorpublic void startedParse(String s)
startedParse in interface ParserMonitorpublic void finishedParse(String s)
finishedParse in interface ParserMonitorCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.