public class Quantifier extends RegExp
?, * or {17,123}.| Modifier and Type | Field and Description |
|---|---|
boolean |
lazy
Reluctance flag.
|
int |
max
Maximum occurrence,
-1 for ∞. |
int |
min
Minimum occurrence.
|
| Constructor and Description |
|---|
Quantifier(int mn,
int mx,
boolean lzy)
Constructor.
|