Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Attic / Rook / Castle.Rook.Compiler / Parser / antlr / debug / ParserController.cs
blobcef541e292d06db47c07be822875835d0d26005c
1 namespace antlr.debug
3 using System;
5 public interface ParserController : ParserListener
7 ParserEventSupport ParserEventSupport
9 set;
12 void checkBreak();