Uses of Enum Class
com.github.curiousoddman.rgxgen.model.UnicodeCategory
Packages that use UnicodeCategory
Package
Description
-
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 class with the specified name.static UnicodeCategory[]UnicodeCategory.values()Returns an array containing the constants of this enum class, 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) -
Uses of UnicodeCategory in com.github.curiousoddman.rgxgen.parsing
Methods in com.github.curiousoddman.rgxgen.parsing with parameters of type UnicodeCategoryModifier and TypeMethodDescriptionNodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType) -
Uses of UnicodeCategory in com.github.curiousoddman.rgxgen.parsing.dflt
Methods in com.github.curiousoddman.rgxgen.parsing.dflt with parameters of type UnicodeCategoryModifier and TypeMethodDescriptionDefaultNodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType)