Package jflex
package jflex
-
ClassDescriptionEncapsulates an action in the specification.Character Classes.This Exception is used in class CharClasses.Stores an interval of characters together with the character classCharacter set.Enumerator for the elements of a CharSet.An emitter for an array encoded as count/value pairs in a string.Deterministic finite automata representation in JFlex.This class manages the actual code generation, putting the scanner together, filling in skeleton sections etc.A simple table to store EOF actions for each lexical state.Central class for all kinds of JFlex messages.Thrown when code generation has to be aborted.HiLowEmitterCharSet implemented with intervalsAn interval of characters with basic operations.Simple pair of integers.Simple symbol table, mapping lexical state names to integers.CUP v0.11b beta 20140226 generated parser.This class is a scanner generated by JFlex 1.7.0 from the specification file src/main/jflex/LexScan.flexinner class used to store info for nested input streamsThis Exception is used in the macro expander to report cycles or undefined macro usages.Symbol table and expander for macros.This is the main class of JFlex controlling the scanner generation process.Non-deterministic finite automata representation in JFlex.Collects all global JFlex options.In this class all output to the java console is filtered.Encodes
int
arrays as strings.Stores a regular expression of rules section in a JFlex-specification.Stores a regular expression from the rules section of a JFlex specification.Regular expression with two children (e.g.Stores all rules of the specification for later access in RegExp -> NFAThis Exception could be thrown while scanning the specification (e.g.Performs simple semantic analysis on regular expressions.Signals a silent exit (no statistics printout).This class stores the skeleton of generated scanners.A list of pairs of states.A set of NFA states (= integers).Enumerates the states of a StateSet.Convenience class for JFlex stdout, redirects output to a TextArea if in GUI mode.CUP generated interface containing symbol constants.Very simple timer for code generation time statistics.