Class RRepetitionRange


  • public class RRepetitionRange
    extends RegularExpression_
    Describes one-or-more regular expressions ().
    • Field Detail

      • 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 Detail

      • RRepetitionRange

        public RRepetitionRange()
        Standard constructor