Uses of Class
jflex.core.NFA

Packages that use NFA
Package
Description
 
  • 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.