Uses of Class
JFlex.DFA

Packages that use DFA
JFlex   
 

Uses of DFA in JFlex
 

Methods in JFlex that return DFA
 DFA NFA.getDFA()
          Returns an DFA that accepts the same language as this NFA.
 

Constructors in JFlex with parameters of type DFA
Emitter(java.io.File inputFile, LexParse parser, DFA dfa)