Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Attic / Rook / Castle.Rook.Compiler / Parser / antlr / debug / DebuggingParser.cs
blobeee9452ad450af9634257c6cd262acfb79acf92c
1 namespace antlr.debug
3 using System;
5 /// <summary> This type was created in VisualAge.
6 /// </summary>
7 public interface DebuggingParser
9 string getRuleName(int n);
10 string getSemPredName(int n);