repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update changes.
[castle.git]
/
Experiments
/
Rook
/
Castle.Rook
/
antlr.debug
/
SemanticPredicateListener.cs
blob
e6fda109261958198715b7655b8761761f138a15
1
namespace
antlr
.
debug
2
{
3
using
System
;
4
5
public interface
SemanticPredicateListener
:
Listener
6
{
7
void
semanticPredicateEvaluated
(
object
source
,
SemanticPredicateEventArgs e
);
8
}
9
}