Package eu.bandm.tools.d2d2.parser2
Class TLex.Shift<DD,TT>
java.lang.Object
eu.bandm.tools.d2d2.parser2.TLex.Item<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.ConsumeOrShift<DD,TT>
eu.bandm.tools.d2d2.parser2.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.
-
Field Summary
Fields inherited from class eu.bandm.tools.d2d2.parser2.TLex.ConsumeOrShift
c, cs
Fields inherited from class eu.bandm.tools.d2d2.parser2.TLex.Item
continuation
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.d2d2.parser2.TLex.ConsumeOrShift
action, test
-
Constructor Details
-
Shift
-
-
Method Details
-
actionAfterTest
- Specified by:
actionAfterTest
in classTLex.ConsumeOrShift<DD,
TT>
-