Uses of Class
jflex.core.RegExps
Packages that use RegExps
-
Uses of RegExps in jflex.core
Fields in jflex.core declared as RegExpsModifier and TypeFieldDescription(package private) RegExps
LexParse.CUP$LexParse$actions.regExps
private RegExps
NFA.regExps
Methods in jflex.core with parameters of type RegExpsModifier and TypeMethodDescriptionstatic void
Performs semantic analysis for all expressions.Constructors in jflex.core with parameters of type RegExpsModifierConstructorDescriptionNFA
(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes) Construct new NFA.