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
Added ability to order the execution of dictionary adapter behaviors.
[castle.git]
/
Experiments
/
Attic
/
Rook
/
Castle.Rook.Compiler
/
Parser
/
antlr
/
debug
/
ParserController.cs
blob
cef541e292d06db47c07be822875835d0d26005c
1
namespace
antlr
.
debug
2
{
3
using
System
;
4
5
public interface
ParserController
:
ParserListener
6
{
7
ParserEventSupport ParserEventSupport
8
{
9
set
;
10
}
11
12
void
checkBreak
();
13
}
14
}