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