Uses of Class
jflex.Macros
Packages that use Macros
-
Uses of Macros in jflex
Modifier and TypeFieldDescription(package private) Macros
LexParse.CUP$LexParse$actions.macros
(package private) Macros
NFA.macros
private static Macros
SemCheck.macros
Modifier and TypeMethodDescriptionstatic void
Performs semantic analysis for all expressions.boolean
RegExp.isCharClass
(Macros macros) Find out if this regexp is a char class or equivalent to one.int
NFASize.final RegExp
RegExp.resolveTilde
(Macros macros) Recursively convert tilde (upto) expressions into negation and star.final RegExp
Create a new regexp that matches the reverse text of this one.int
The approximate number of NFA states this expression will need (only works correctly after macro expansion and without negation)ModifierConstructorDescriptionNFA
(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes) Construct new NFA.