Class TLex.Consume<DD,TT>

Enclosing class:
TLex<D,T>

public static class TLex.Consume<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 consume this character = remove it from the input and get the next look-ahead.