JFlex
public class Main extends Object
| Field Summary | |
|---|---|
| static String | version JFlex version |
| Method Summary | |
|---|---|
| static void | generate(File inputFile)
Generates a scanner for the specified input file.
|
| static void | generate(String[] argv) |
| static void | main(String[] argv)
Starts the generation process with the files in argv or
pops up a window to choose a file, when argv doesn't have
any file entries.
|
| static Vector | parseOptions(String[] argv) |
| static void | printUsage() |
Parameters: inputFile a file containing a lexical specification to generate a scanner for.
argv or
pops up a window to choose a file, when argv doesn't have
any file entries.
Parameters: argv the commandline.