Update changes.
[castle.git] / Experiments / Rook / Castle.Rook / antlr.debug / SemanticPredicateListener.cs
blobe6fda109261958198715b7655b8761761f138a15
1 namespace antlr.debug
3 using System;
5 public interface SemanticPredicateListener : Listener
7 void semanticPredicateEvaluated(object source, SemanticPredicateEventArgs e);