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 ParserMonitor
public void startedParse(String s)
startedParse
in interface ParserMonitor
public void finishedParse(String s)
finishedParse
in interface ParserMonitor
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.