Package jflex.core


package jflex.core
  • Class
    Description
     
    Encapsulates an action in the specification.
    A simple table to store EOF actions for each lexical state.
    CUP v0.11b 20210814 (GIT d69c832) generated parser.
     
    inner class used to store info for nested input streams
    Symbol table and expander for macros.
    Non-deterministic finite automata representation in JFlex.
     
    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.
    This exception is used for unexpected errors in in regexp recursion, such as unexpected expression type or structure.
    Stores all rules of the specification for later access in the RegExp to NFA conversion.
    Performs simple semantic analysis on regular expressions.
    CUP generated interface containing symbol constants.