Class RRepetitionRange


public class RRepetitionRange extends RegularExpression_
Describes one-or-more regular expressions (invalid input: '<'foo+>).
  • Field Details

    • regexpr

      public RegularExpression_ regexpr
      The regular expression which is repeated one or more times
    • min

      public int min
      The minimum
    • max

      public int max
      The maximum
    • hasMax

      public boolean hasMax
      True if it has a maximum, false otherwise
  • Constructor Details

    • RRepetitionRange

      public RRepetitionRange()
      Standard constructor