Class TLex.Shift<DD,TT>

Enclosing class:
TLex<D,T>

public static class TLex.Shift<DD,TT> extends TLex.ConsumeOrShift<DD,TT>
If the test is positive (look-ahead char is equal to c or is in set cset) then append this character to the output buffer "Tlex.oputBuffer" and consume this character.