Package jflex.generator


package jflex.generator
  • Classes
    Class
    Description
    An emitter for an array encoded as count/value pairs in a string.
    This class manages the actual code generation, putting the scanner together, filling in skeleton sections etc.
    Factory class for Emitter
    An emitter for an array encoded as count/value pairs in a string where values can be in [0, 0xFFFF_FFFF].
    HiLowEmitter
    This is the generator of JFlex, controlling the scanner generation process.
    Encodes int arrays as strings.