This Exception is used in the macro expander to report cycles or
undefined macro usages.
Creates a new MacroException without message
Creates a new MacroException with the specified message
Symbol table and expander for macros.
Creates a new macro expander.
This is the main class of JFlex controlling the scanner generation process.
Runs the scanner on input files.
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.
JFlex main application frame (GUI mode only)
Creates a new character class for the single character singleChar
.
Updates the current partition, so that the specified set of characters
gets a new character class.
Creates a new character class for each character of the specified String.
Updates the current partition, so that the specified set of characters
gets a new character class.
Updates the current partition, so that the set of all characters not contained in the specified
set of characters gets a new character class.
Make the skeleton private.
the largest character that can be used in char classes
Implementation of Hopcroft's O(n log n) minimization algorithm, follows
description by D.