/** * Match interface definition */ public interface IMatch { public Token match(Token.Match mat, Trace t); }