Class RChoice


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

    • RChoice

      public RChoice()
  • Method Details

    • setChoices

      public void setChoices(List choices)
      Parameters:
      choices - the choices to set
    • getChoices

      public List getChoices()
      Returns:
      the choices
    • GenerateNfa

      public Nfa GenerateNfa(boolean ignoreCase)
      Specified by:
      GenerateNfa in class RegularExpression
    • CheckUnmatchability

      public void CheckUnmatchability()