// i must be odd svoid clearTokensExceptFromSet(LS tok, int i, int j, Cl set) { set = asSet(set); for (; i < j; i += 2) if (!contains(set, tok.get(i))) clearTokens(tok, i, i+2); }