Package jflex.dfa
Class DfaFactory
java.lang.Object
jflex.dfa.DfaFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DFA
createFromNfa
(NFA nfa) Returns a DFA that accepts the same language as the NFA.
-
Constructor Details
-
DfaFactory
private DfaFactory()
-
-
Method Details
-
createFromNfa
Returns a DFA that accepts the same language as the NFA.This DFA is usually not minimal.
- Returns:
- a DFA that accepts the same language as the NFA.
-