- 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 @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
-
-
getMin
public int getMin()
-
getMax
@Nullable
public @Nullable Integer getMax()
-
isReluctant
public boolean isReluctant()