Uses of Class
jflex.DFA
-
Packages that use DFA Package Description jflex -
-
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 DFA
NFA. getDFA()
Returns an DFA that accepts the same language as this NFA.Constructors in jflex with parameters of type DFA Constructor Description Emitter(java.io.File inputFile, LexParse parser, DFA dfa)
Emits the java code.
-