Package jflex.generator
Class LexGenerator
java.lang.Object
jflex.generator.LexGenerator
This is the generator of JFlex, controlling the scanner generation process.
- Version:
- JFlex 1.8.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Object
checkNotNull
(Object object, String msg) private static void
checkState
(boolean state, String msg) generate()
Generates a scanner for the specified input file.int
-
Field Details
-
inputFile
-
dfa
-
totalTime
-
-
Constructor Details
-
LexGenerator
-
-
Method Details
-
generate
Generates a scanner for the specified input file.- Returns:
- the file name of the generated Java sources.
-
minimizedDfaStatesCount
public int minimizedDfaStatesCount() -
checkNotNull
-
checkState
-