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
exactly one start state,
exactly one end state,
no transitions leading out of the end state
no transitions leading into the start state
|
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.
|