Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Attic / Rook / Castle.Rook.Compiler / Parser / antlr / debug / SyntacticPredicateEventArgs.cs
blob7beceadfdd5c3bac16bed8b63efe6d94b21dfa45
1 namespace antlr.debug
3 using System;
5 public class SyntacticPredicateEventArgs : GuessingEventArgs
9 public SyntacticPredicateEventArgs()
12 public SyntacticPredicateEventArgs(int type) : base(type)
16 public override string ToString()
18 return "SyntacticPredicateEvent [" + Guessing + "]";