Uses of Enum Class
com.github.curiousoddman.rgxgen.model.MatchType
Packages that use MatchType
Package
Description
-
Uses of MatchType in com.github.curiousoddman.rgxgen.model
Methods in com.github.curiousoddman.rgxgen.model that return MatchType -
Uses of MatchType in com.github.curiousoddman.rgxgen.nodes
Methods in com.github.curiousoddman.rgxgen.nodes with parameters of type MatchTypeModifier and TypeMethodDescriptionstatic SymbolSetSymbolSet.ofAscii(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) static SymbolSetSymbolSet.ofAscii(String pattern, List<SymbolRange> symbolRanges, CharList charList, MatchType type) static SymbolSetSymbolSet.ofAsciiCharacters(String pattern, char[] symbols, MatchType type) static SymbolSetSymbolSet.ofAsciiRanges(String pattern, List<SymbolRange> symbolRanges, MatchType type) static SymbolSetSymbolSet.ofUnicode(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) static SymbolSetSymbolSet.ofUnicode(String pattern, List<SymbolRange> symbolRanges, CharList symbols, MatchType matchType) static SymbolSetSymbolSet.ofUnicodeCharacterClass(String pattern, UnicodeCategory unicodeCategory, MatchType type) Constructors in com.github.curiousoddman.rgxgen.nodes with parameters of type MatchTypeModifierConstructorDescriptionSymbolSet(String pattern, RgxGenCharsDefinition positiveGenerationChars, RgxGenCharsDefinition negativeMatchExclusion, MatchType type, SymbolRange universeCharacters) Create SymbolSet from ranges and symbols according to typeSymbolSet(String pattern, List<SymbolRange> symbolRanges, CharList symbols, MatchType type, SymbolRange universeCharacters) -
Uses of MatchType in com.github.curiousoddman.rgxgen.parsing
Methods in com.github.curiousoddman.rgxgen.parsing with parameters of type MatchTypeModifier and TypeMethodDescriptionNodeCreator.asciiRangesSymbolSet(String pattern, List<SymbolRange> symbolRanges, MatchType matchType) NodeCreator.asciiSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) NodeCreator.asciiSymbolSet(String pattern, List<SymbolRange> asciiWordCharRanges, CharList charList, MatchType matchType) NodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType) NodeCreator.unicodeSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) -
Uses of MatchType in com.github.curiousoddman.rgxgen.parsing.dflt
Methods in com.github.curiousoddman.rgxgen.parsing.dflt with parameters of type MatchTypeModifier and TypeMethodDescriptionDefaultNodeCreator.asciiRangesSymbolSet(String pattern, List<SymbolRange> symbolRanges, MatchType matchType) DefaultNodeCreator.asciiSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) DefaultNodeCreator.asciiSymbolSet(String pattern, List<SymbolRange> asciiWordCharRanges, CharList charList, MatchType matchType) DefaultNodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType) DefaultNodeCreator.unicodeSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType)