Package eu.bandm.tools.d2d2.parser2
Class TLex.Choice<DD,TT>
java.lang.Object
eu.bandm.tools.d2d2.parser2.TLex.Item<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.ChoiceOrState<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.Choice<DD,TT>
Steps through all alternatives (which must be Consumes or Shifts)
and calls their "test()" and "actionAfterText()" separately.
If no test succeeds, "TLex.continuation" is set to ".otherwise", if any,
or "TLex.stucText" is set.
-
Field Summary
Fields inherited from class eu.bandm.tools.d2d2.parser2.TLex.ChoiceOrState
alternatives, otherwise
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.ChoiceOrState
add, add, execute