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
/
DebuggingParser.cs
blob
eee9452ad450af9634257c6cd262acfb79acf92c
1
namespace
antlr
.
debug
2
{
3
using
System
;
4
5
/// <summary> This type was created in VisualAge.
6
/// </summary>
7
public interface
DebuggingParser
8
{
9
string
getRuleName
(
int
n
);
10
string
getSemPredName
(
int
n
);
11
}
12
}