- All Implemented Interfaces:
Regex
public final class Repeat
extends Object
implements Regex
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
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
-
-
getMin
public int getMin()
-
getMax
@Nullable
public @Nullable Integer getMax()
-
isReluctant
public boolean isReluctant()