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