public class RRepetitionRange extends RegularExpression
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasMax |
int |
max |
int |
min |
RegularExpression |
regexpr
The regular expression which is repeated one or more times.
|
label, lhsTokens, private_rexp, rhsToken, tpContexteol, inMinimumSize, myGeneration, nextGenerationIndex, parent| Constructor and Description |
|---|
RRepetitionRange() |
| Modifier and Type | Method and Description |
|---|---|
Nfa |
GenerateNfa(boolean ignoreCase) |
CanMatchAnyChar, dumpdumpPrefix, hashCode, reInit, toStringpublic RegularExpression regexpr
public int min
public int max
public boolean hasMax
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpression