Class TLex.Choice<DD,TT>

Enclosing class:
TLex<D,T>

public static class TLex.Choice<DD,TT> extends TLex.ChoiceOrState<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.