Uses of Class
jflex.core.unicode.CharClasses
-
Packages that use CharClasses Package Description jflex.core jflex.core.unicode -
-
Uses of CharClasses in jflex.core
Methods in jflex.core that return CharClasses Modifier and Type Method Description CharClasses
AbstractLexScan. getCharClasses()
CharClasses
LexParse. getCharClasses()
Methods in jflex.core with parameters of type CharClasses Modifier and Type Method Description void
RegExp. makeCCLs(CharClasses c, boolean caseless)
Make character class partitions based on the classes mentioned in this regexp.void
RegExps. makeCCLs(CharClasses classes, boolean caseless)
Make character class partitions for all classes mentioned in the spec.Constructors in jflex.core with parameters of type CharClasses Constructor Description NFA(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 CharClasses Modifier and Type Method Description static CharClasses
CharClasses. copyOf(CharClasses c)
Construct a (deep) copy of the the provided CharClasses object.Methods in jflex.core.unicode with parameters of type CharClasses Modifier and Type Method Description static CharClasses
CharClasses. copyOf(CharClasses c)
Construct a (deep) copy of the the provided CharClasses object.
-