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 Detail

      • RepetitionRange

        public RepetitionRange()
    • Method Detail

      • getMax

        public int getMax()
      • setMax

        public void setMax​(int max)
      • getMin

        public int getMin()
      • setMin

        public void setMin​(int min)
      • hasMax

        public boolean hasMax()