source: trunk/yao/share/antlr-2.7.7/antlr/debug/SemanticPredicateListener.java

Last change on this file was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 159 bytes
Line 
1package antlr.debug;
2
3public interface SemanticPredicateListener extends ListenerBase {
4
5
6        public void semanticPredicateEvaluated(SemanticPredicateEvent e);
7}
Note: See TracBrowser for help on using the repository browser.