Added ability to order the execution of dictionary adapter behaviors.
[castle.git] / Experiments / Attic / Rook / Castle.Rook.Compiler / Parser / antlr / ASTVisitor.cs
blobbbc0797466f91b0532a0a793aabc5b07e0edc93f
1 using System;
3 using AST = antlr.collections.AST;
5 namespace antlr
7 /* ANTLR Translator Generator
8 * Project led by Terence Parr at http://www.jGuru.com
9 * Software rights: http://www.antlr.org/license.html
11 * $Id:$
15 // ANTLR C# Code Generator by Micheal Jordan
16 // Kunle Odutola : kunle UNDERSCORE odutola AT hotmail DOT com
17 // Anthony Oguntimehin
19 // With many thanks to Eric V. Smith from the ANTLR list.
22 /// <summary>
23 /// Summary description for ASTVisitor.
24 /// </summary>
25 public interface ASTVisitor
27 void visit(AST node);