public class RZeroOrMore extends RegularExpression
| Modifier and Type | Field | Description |
|---|---|---|
RegularExpression |
regexpr |
The regular expression which is repeated zero or more times.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parentlabel, lhsTokens, private_rexp, rhsToken, tpContext| Constructor | Description |
|---|---|
RZeroOrMore() |
|
RZeroOrMore(Token t,
RegularExpression r) |
| Modifier and Type | Method | Description |
|---|---|---|
Nfa |
GenerateNfa(boolean ignoreCase) |
dumpPrefix, hashCode, reInit, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitCanMatchAnyChar, dumppublic RegularExpression regexpr
public RZeroOrMore()
public RZeroOrMore(Token t, RegularExpression r)
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpression