Class Repeat

java.lang.Object
temper.std.regex.Repeat
All Implemented Interfaces:
Regex

public final class Repeat extends Object implements Regex
  • Field Details

    • item

      public Regex item
    • min

      public int min
    • max

      @Nullable public @Nullable Integer max
    • reluctant

      public boolean reluctant
  • Constructor Details

    • Repeat

      public Repeat(Regex item__162, int min__163, @Nullable @Nullable Integer max__164, @Nullable @Nullable Boolean reluctant__165)
    • Repeat

      public Repeat(Regex item__162, int min__163, @Nullable @Nullable Integer max__164)
  • Method Details

    • getItem

      public Regex getItem()
    • getMin

      public int getMin()
    • getMax

      @Nullable public @Nullable Integer getMax()
    • isReluctant

      public boolean isReluctant()