Class RChoice


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

      • RChoice

        public RChoice()
        Standard constructor
    • Method Detail

      • setChoices

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

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

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