Uses of Class
jflex.Macros
-
Packages that use Macros Package Description jflex -
-
Uses of Macros in jflex
Fields in jflex declared as Macros Modifier and Type Field Description (package private) MacrosLexParse.CUP$LexParse$actions. macros(package private) MacrosNFA. macrosprivate static MacrosSemCheck. macrosMethods in jflex with parameters of type Macros Modifier and Type Method Description static voidSemCheck. check(RegExps rs, Macros m, java.io.File f)Performs semantic analysis for all expressions.booleanRegExp. isCharClass(Macros macros)Find out if this regexp is a char class or equivalent to one.intRegExps. NFASize(Macros macros)NFASize.RegExpRegExp. resolveTilde(Macros macros)Recursively convert tilde (upto) expressions into negation and star.RegExpRegExp. rev(Macros macros)Create a new regexp that matches the reverse text of this one.intRegExp. size(Macros macros)The approximate number of NFA states this expression will need (only works correctly after macro expansion and without negation)Constructors in jflex with parameters of type Macros Constructor Description NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)Construct new NFA.
-