static boolean jMatch(S pat, S s) { ret jmatch(pat, s); } static boolean jMatch(S pat, S s, Matches matches) { ret jmatch(pat, s, matches); } static boolean jMatch(S pat, L toks) { ret jmatch(pat, toks); } static boolean jMatch(S pat, L toks, Matches matches) { ret jmatch(pat, toks, matches); }