Uses of Class
jflex.DFA

Packages that use DFA
Package
Description
 
  • Uses of DFA in jflex

    Fields in jflex declared as DFA
    Modifier and Type
    Field
    Description
    private DFA
    Emitter.dfa
     
    Methods in jflex that return DFA
    Modifier and Type
    Method
    Description
    NFA.getDFA()
    Returns an DFA that accepts the same language as this NFA.
    Constructors in jflex with parameters of type DFA
    Modifier
    Constructor
    Description
     
    Emitter(File inputFile, LexParse parser, DFA dfa)
    Emits the java code.