sbool mapMethodLike jreplace_check(S checkToken, LS tok, S in, S out) { if (isIndexedList(tok) && !tok.contains(checkToken)) false; ret jreplace(tok, in, out); }