public interface ParserMonitor
Modifier and Type | Method and Description |
---|---|
void |
finishedParse(String s) |
void |
matchedProduction(String prod) |
void |
startedParse(String s) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.