Class ParserMappingTables
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
-
public class ParserMappingTables extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.regex.PatternCODE_POINTS_PATTERNprivate static java.util.regex.PatternLINE_PATTERN
-
Constructor Summary
Constructors Modifier Constructor Description privateParserMappingTables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.Integer>parseMapToNothing()static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>parseMapUsedWithNfkc()static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>parseMapUsedWithNoNormalization()
-
-
-
Method Detail
-
parseMapToNothing
public static java.util.List<java.lang.Integer> parseMapToNothing() throws java.io.IOException- Throws:
java.io.IOException
-
parseMapUsedWithNfkc
public static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> parseMapUsedWithNfkc() throws java.io.IOException- Throws:
java.io.IOException
-
parseMapUsedWithNoNormalization
public static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> parseMapUsedWithNoNormalization() throws java.io.IOException- Throws:
java.io.IOException
-
-