Uses of Class
jflex.Macros
Packages that use Macros
-
Uses of Macros in jflex
Modifier and TypeFieldDescription(package private) MacrosLexParse.CUP$LexParse$actions.macros(package private) MacrosNFA.macrosprivate static MacrosSemCheck.macrosModifier and TypeMethodDescriptionstatic voidPerforms semantic analysis for all expressions.booleanRegExp.isCharClass(Macros macros) Find out if this regexp is a char class or equivalent to one.intNFASize.final RegExpRegExp.resolveTilde(Macros macros) Recursively convert tilde (upto) expressions into negation and star.final RegExpCreate a new regexp that matches the reverse text of this one.intThe 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.