Uses of Class
io.xlate.edi.internal.stream.tokenization.CharacterClass
-
Packages that use CharacterClass Package Description io.xlate.edi.internal.stream.tokenization -
-
Uses of CharacterClass in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return CharacterClass Modifier and Type Method Description CharacterClassCharacterSet. getClass(int character)static CharacterClassCharacterClass. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterClass[]CharacterClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.xlate.edi.internal.stream.tokenization with parameters of type CharacterClass Modifier and Type Method Description intCharacterSet. getDelimiter(CharacterClass clazz)voidCharacterSet. setClass(int character, CharacterClass clazz)StateState. transition(CharacterClass clazz)
-