Class Repeat


  • public class Repeat
    extends Node
    • Constructor Detail

      • Repeat

        public Repeat​(String pattern,
                      Node node,
                      int times)
      • Repeat

        public Repeat​(String pattern,
                      Node node,
                      int min,
                      int max)
    • Method Detail

      • minimum

        public static Repeat minimum​(String pattern,
                                     Node node,
                                     int times)
      • getNode

        public Node getNode()
      • getMin

        public int getMin()
      • getMax

        public int getMax()