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
- Author:
- Gerwin Klein, Régis Décamps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate()
Generates a scanner for the specified input file.int
-
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()
-