JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
Modifier
Constructor
Description
Emitter
(
File
inputFile,
LexParse
parser,
DFA
dfa)
Emits the java code.