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 final Regex item
    • min

      public final int min
    • max

      @Nullable public final @Nullable Integer max
    • reluctant

      public final boolean reluctant
  • Constructor Details

    • Repeat

      public Repeat(Regex item__163, int min__164, @Nullable @Nullable Integer max__165, @Nullable @Nullable Boolean reluctant__166)
    • Repeat

      public Repeat(Regex item__163, int min__164, @Nullable @Nullable Integer max__165)
  • Method Details

    • getItem

      public Regex getItem()
    • getMin

      public int getMin()
    • getMax

      @Nullable public @Nullable Integer getMax()
    • isReluctant

      public boolean isReluctant()