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
/
Listener.cs
blob
e4469767d4b496e10d3a0fc982af30a4487fd474
1
namespace
antlr
.
debug
2
{
3
using
System
;
4
5
6
public interface
Listener
7
{
8
void
doneParsing
(
object
source
,
TraceEventArgs e
);
9
void
refresh
();
10
}
11
}