static abstract class TokReplacer { abstract S get(LS tok, int i); // i = C Index }