Uses of Package
jflex

Packages that use jflex
Package
Description
 
 
  • Classes in jflex used by jflex
    Class
    Description
    Encapsulates an action in the specification.
    Character Classes.
    Stores an interval of characters together with the character class
    Character set.
    Enumerator for the elements of a CharSet.
    Deterministic finite automata representation in JFlex.
    A simple table to store EOF actions for each lexical state.
    Central class for all kinds of JFlex messages.
    CharSet implemented with intervals
    An 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.
    Cup generated class to encapsulate user supplied action code.
    This class is a scanner generated by JFlex 1.7.0 from the specification file src/main/jflex/LexScan.flex
    inner class used to store info for nested input streams
    This Exception is used in the macro expander to report cycles or undefined macro usages.
    Symbol table and expander for macros.
    Encodes int arrays as strings.
    Stores a regular expression of rules section in a JFlex-specification.
    Stores all rules of the specification for later access in RegExp -> NFA
    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.
  • Classes in jflex used by jflex.unicode
    Class
    Description
    CharSet implemented with intervals