Uses of Class
eu.bandm.tools.d2d2.parser2.TLex.ConsumeOrShift
-
Uses of TLex.ConsumeOrShift in eu.bandm.tools.d2d2.parser2
Modifier and TypeClassDescriptionstatic class
TLex.Consume<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.static class
TLex.Shift<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.Modifier and TypeFieldDescription(package private) final List<TLex.ConsumeOrShift<DD,
TT>> TLex.ChoiceOrState.alternatives