public class ROneOrMore extends RegularExpression
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
ROneOrMore() |
ROneOrMore(Token t,
RegularExpression re) |
| Modifier and Type | Method and Description |
|---|---|
Nfa |
GenerateNfa(boolean ignoreCase) |
CanMatchAnyChar, dumpdumpPrefix, hashCode, reInit, toStringpublic RegularExpression regexpr
public ROneOrMore()
public ROneOrMore(Token t, RegularExpression re)
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpression