Uses of Class
jflex.core.unicode.CharClasses
Packages that use CharClasses
-
Uses of CharClasses in jflex.core
Fields in jflex.core declared as CharClassesModifier and TypeFieldDescription(package private) CharClassesAbstractLexScan.charClasses(package private) CharClassesLexParse.CUP$LexParse$actions.charClassesprivate CharClassesNFA.classesMethods in jflex.core that return CharClassesMethods in jflex.core with parameters of type CharClassesModifier and TypeMethodDescriptionRegExp.expandPreClasses(Map<Integer, IntCharSet> cache, CharClasses cl, boolean caseless) Expand pre-defined character classes into primitive IntCharSet classes.voidRegExps.expandPreClasses(Map<Integer, IntCharSet> preclassCache, CharClasses charClasses, boolean caseless) Replace all predefined character classes with primitive IntCharSet classes.private static IntCharSetRegExp.getPreClass(Map<Integer, IntCharSet> preclassCache, CharClasses charClasses, int type) Compute and memoize a pre-defined character class.final voidRegExp.makeCCLs(CharClasses c, boolean caseless) Make character class partitions based on the classes mentioned in this regexp.voidRegExps.makeCCLs(CharClasses classes, boolean caseless) Make character class partitions for all classes mentioned in the spec.Constructors in jflex.core with parameters of type CharClassesModifierConstructorDescriptionNFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes) Construct new NFA. -
Uses of CharClasses in jflex.core.unicode
Methods in jflex.core.unicode that return CharClassesModifier and TypeMethodDescriptionstatic CharClassesCharClasses.copyOf(CharClasses c) Construct a (deep) copy of the the provided CharClasses object.Methods in jflex.core.unicode with parameters of type CharClassesModifier and TypeMethodDescriptionstatic CharClassesCharClasses.copyOf(CharClasses c) Construct a (deep) copy of the the provided CharClasses object.