sinterface TokReplacer { // return string to replace section with // only C to C (start to end, exclusively) is replaced abstract S get(LS tok, int start, int end); // start = C Index, end = N index }