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