Uses of Class
jflex.core.unicode.CMapBlock
-
Packages that use CMapBlock Package Description jflex.core.unicode -
-
Uses of CMapBlock in jflex.core.unicode
Methods in jflex.core.unicode that return types with arguments of type CMapBlock Modifier and Type Method Description (package private) Pair<int[],java.util.List<CMapBlock>>
CharClasses. computeTables()
Computes a two-level table structure representing this CharClass object, where second-level blocks are shared if equal.Method parameters in jflex.core.unicode with type arguments of type CMapBlock Modifier and Type Method Description private static int[]
CharClasses. flattenBlocks(java.util.List<CMapBlock> blocks)
Turn a list of second-level blocks into a flat array.
-