Class RChoice


public class RChoice extends RegularExpression_
Describes regular expressions which are choices from from among included regular expressions.
  • Constructor Details

    • RChoice

      public RChoice()
      Standard constructor
  • Method Details

    • setChoices

      public final void setChoices(List<RegularExpression_> ch)
      Parameters:
      ch - - the choices to set
    • getChoices

      public final List<RegularExpression_> getChoices()
      Returns:
      the choices
    • CheckUnmatchability

      public void CheckUnmatchability()
      Checks whether Regular Expression Choices can be matched.