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