Class RepetitionRange

All Implemented Interfaces:
JavaCCConstants, Node, freemarker.template.TemplateHashModel, freemarker.template.TemplateModel, freemarker.template.TemplateNodeModel, freemarker.template.TemplateScalarModel, Comparable<Node>

public class RepetitionRange extends RegularExpression
  • Constructor Details

    • RepetitionRange

      public RepetitionRange()
  • Method Details

    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • getMin

      public int getMin()
    • setMin

      public void setMin(int min)
    • hasMax

      public boolean hasMax()
    • getRegexp

      public RegularExpression getRegexp()
    • matchesEmptyString

      public boolean matchesEmptyString()
      Specified by:
      matchesEmptyString in class RegularExpression