5 public interface ParserMatchListener
: Listener
7 void parserMatch (object source
, MatchEventArgs e
);
8 void parserMatchNot (object source
, MatchEventArgs e
);
9 void parserMismatch (object source
, MatchEventArgs e
);
10 void parserMismatchNot (object source
, MatchEventArgs e
);