| Package | Description |
|---|---|
| jflex |
| Modifier and Type | Method and Description |
|---|---|
private IntPair |
NFA.complement(IntPair nfa)
Constructs an NFA accepting the complement of the language of a given NFA.
|
IntPair |
NFA.insertNFA(RegExp regExp)
Constructs an NFA for regExp such that the NFA has
|
private IntPair |
NFA.insertStringNFA(boolean caseless,
java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
private IntPair |
NFA.complement(IntPair nfa)
Constructs an NFA accepting the complement of the language of a given NFA.
|