public class RZeroOrOne extends RegularExpression
Modifier and Type | Field | Description |
---|---|---|
RegularExpression |
regexpr |
The regular expression which is repeated zero or one times.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
label, lhsTokens, private_rexp, rhsToken, tpContext
Constructor | Description |
---|---|
RZeroOrOne() |
Modifier and Type | Method | Description |
---|---|---|
Nfa |
GenerateNfa(boolean ignoreCase) |
dumpPrefix, hashCode, reInit, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
CanMatchAnyChar, dump
public RegularExpression regexpr
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression