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