| Package | Description |
|---|---|
| jflex | |
| jflex.unicode |
| Class and Description |
|---|
| Action
Encapsulates an action in the specification.
|
| CharClasses |
| CharClassInterval
Stores an interval of characters together with the character class
A character belongs to an interval, if its Unicode value is greater than or equal
to the Unicode value of
start and smaller than or euqal to the Unicode
value of end. |
| CharSet |
| CharSetEnumerator
Enumerator for the elements of a CharSet.
|
| DFA
DFA representation in JFlex.
|
| Emitter
This class manages the actual code generation, putting
the scanner together, filling in skeleton sections etc.
|
| EOFActions
A simple table to store EOF actions for each lexical state.
|
| ErrorMessages
Central class for all kinds of JFlex messages.
|
| IntCharSet
CharSet implemented with intervals
[fixme: optimizations possible]
|
| Interval
An interval of characters with basic operations.
|
| JavaPackEmitter
Encodes
int arrays as strings. |
| LexParse
CUP v0.11b 20150226 (SVN rev 63) generated parser.
|
| LexScan
This class is a scanner generated by
JFlex 1.6.1
from the specification file /iesl/local/jenkins/workspace/jflex-scala/jflex/src/main/jflex/LexScan.flex
|
| MacroException
This Exception is used in the macro expander to report cycles or
undefined macro usages.
|
| Macros
Symbol table and expander for macros.
|
| RegExp
Stores a regular expression of rules section in a JFlex-specification.
|
| RegExps
Stores all rules of the specification for later access in RegExp -> NFA
|
| ScalaPackEmitter
Encodes
int arrays as strings. |
| SilentExit
Signals a silent exit (no statistics printout).
|
| Skeleton
This class stores the skeleton of generated scanners.
|
| StatePairList
A list of pairs of states.
|
| StateSet
A set of NFA states (= integers).
|
| StateSetEnumerator
Enumerates the states of a StateSet.
|
| sym
CUP generated interface containing symbol constants.
|
| Timer
Very simple timer for code generation time statistics.
|
| Class and Description |
|---|
| IntCharSet
CharSet implemented with intervals
[fixme: optimizations possible]
|
Copyright © 2015. All rights reserved.