Uses of Class
eu.bandm.tools.d2d2.parser2.TLex.ConsumeOrShift
Packages that use TLex.ConsumeOrShift
-
Uses of TLex.ConsumeOrShift in eu.bandm.tools.d2d2.parser2
Subclasses of TLex.ConsumeOrShift in eu.bandm.tools.d2d2.parser2Modifier 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.Fields in eu.bandm.tools.d2d2.parser2 with type parameters of type TLex.ConsumeOrShiftModifier and TypeFieldDescription(package private) final List<TLex.ConsumeOrShift<DD,
TT>> TLex.ChoiceOrState.alternatives
Methods in eu.bandm.tools.d2d2.parser2 with parameters of type TLex.ConsumeOrShift