JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
jflex.core.NFA
Packages that use
NFA
Package
Description
jflex.dfa
Uses of
NFA
in
jflex.dfa
Methods in
jflex.dfa
with parameters of type
NFA
Modifier and Type
Method
Description
static
DFA
DfaFactory.
createFromNfa
(
NFA
nfa)
Returns a DFA that accepts the same language as the NFA.