Class DfaFactory
java.lang.Object
jflex.dfa.DfaFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic DFAcreateFromNfa(NFA nfa) Returns a DFA that accepts the same language as the NFA.
-
Method Details
-
createFromNfa
-
static DFAcreateFromNfa(NFA nfa)