static abstract class TokReplacer { // return string to replace section with abstract S get(LS tok, int start, int end); // start = N Index, end = C index }