Uses of Enum
com.github.curiousoddman.rgxgen.model.UnicodeCategory
Packages that use UnicodeCategory
-
Uses of UnicodeCategory in com.github.curiousoddman.rgxgen.model
Fields in com.github.curiousoddman.rgxgen.model with type parameters of type UnicodeCategoryModifier and TypeFieldDescriptionstatic final Map<String,UnicodeCategory> UnicodeCategory.ALL_CATEGORIESMethods in com.github.curiousoddman.rgxgen.model that return UnicodeCategoryModifier and TypeMethodDescriptionstatic UnicodeCategoryReturns the enum constant of this type with the specified name.static UnicodeCategory[]UnicodeCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.curiousoddman.rgxgen.model with parameters of type UnicodeCategoryModifier and TypeMethodDescriptionstatic RgxGenCharsDefinitionRgxGenCharsDefinition.of(UnicodeCategory category) -
Uses of UnicodeCategory in com.github.curiousoddman.rgxgen.nodes
Methods in com.github.curiousoddman.rgxgen.nodes with parameters of type UnicodeCategoryModifier and TypeMethodDescriptionstatic SymbolSetSymbolSet.ofUnicodeCharacterClass(String pattern, UnicodeCategory unicodeCategory, MatchType type)