static L jfindAll_reverse(LS tok, S pat) { ret jfindAll_reversed(tok, pat); } static L jfindAll_reverse(LS tok, S pat, ITokCondition condition) { ret jfindAll_reversed(tok, pat, condition); } static L jfindAll_reverse(LS tok, LS tokPat) { ret jfindAll_reversed(tok, tokPat); }