public class ParserMonitorAdapter extends Object implements ParserMonitor
Constructor and Description |
---|
ParserMonitorAdapter() |
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-2013 The Apache Software Foundation. All Rights Reserved.