Uses of Class
JFlex.RegExps

Packages that use RegExps
JFlex   
 

Uses of RegExps in JFlex
 

Fields in JFlex declared as RegExps
(package private)  RegExps NFA.regExps
           
(package private)  RegExps CUP$LexParse$actions.regExps
           
 

Methods in JFlex with parameters of type RegExps
static void SemCheck.check(RegExps rs, Macros m, char max, java.io.File f)
          Performs semantic analysis for all expressions.
 

Constructors in JFlex with parameters of type RegExps
NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)