Uses of Class
eu.bandm.tools.d2d2.parser2.TLex.ChoiceOrState
-
Uses of TLex.ChoiceOrState in eu.bandm.tools.d2d2.parser2
Modifier and TypeClassDescriptionstatic class
TLex.Choice<DD,
TT> Steps through all alternatives (which must be Consumes or Shifts) and calls their "test()" and "actionAfterText()" separately.static class
TLex.State<DD,
TT> Pushes itself onto the stateStack and the current input location to the locstack.