Uses of Class
jflex.core.Macros
Packages that use Macros
-
Uses of Macros in jflex.core
Fields in jflex.core declared as MacrosMethods in jflex.core with parameters of type MacrosModifier and TypeMethodDescriptionint
NFASize.final RegExp
RegExp.normaliseMacros
(Macros m) Normalise the regular expression to eliminate macro use (expand them).void
RegExps.normaliseMacros
(Macros m) Expand all macro calls in regexp and lookahead rules.int
The approximate number of NFA states this expression will need (only works correctly after macro expansion and without negation)Constructors in jflex.core with parameters of type MacrosModifierConstructorDescriptionNFA
(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes) Construct new NFA.