public class RSequence extends RegularExpression
Modifier and Type | Field | Description |
---|---|---|
java.util.List<? super java.lang.Object> |
units |
The list of units in this regular expression sequence.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
label, lhsTokens, private_rexp, rhsToken, tpContext
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 java.util.List<? super java.lang.Object> units
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression