Uses of Class
jflex.RegExps
-
Packages that use RegExps Package Description jflex -
-
Uses of RegExps in jflex
Fields in jflex declared as RegExps Modifier and Type Field Description (package private) RegExps
LexParse.CUP$LexParse$actions. regExps
(package private) RegExps
NFA. regExps
Methods in jflex with parameters of type RegExps Modifier and Type Method Description static void
SemCheck. check(RegExps rs, Macros m, java.io.File f)
Performs semantic analysis for all expressions.Constructors in jflex with parameters of type RegExps Constructor Description NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)
Construct new NFA.
-