Uses of Class
com.github.curiousoddman.rgxgen.nodes.SymbolSet
Packages that use SymbolSet
Package
Description
-
Uses of SymbolSet in com.github.curiousoddman.rgxgen.nodes
Methods in com.github.curiousoddman.rgxgen.nodes that return SymbolSetModifier and TypeMethodDescriptionSymbolSet.getInvertedNode()static 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.ofDotPattern(RgxGenProperties properties) 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) -
Uses of SymbolSet in com.github.curiousoddman.rgxgen.parsing
Methods in com.github.curiousoddman.rgxgen.parsing that return SymbolSetModifier 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.dotPatternSymbolSet(RgxGenProperties properties) NodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType) NodeCreator.unicodeSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) -
Uses of SymbolSet in com.github.curiousoddman.rgxgen.parsing.dflt
Methods in com.github.curiousoddman.rgxgen.parsing.dflt that return SymbolSetModifier 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.dotPatternSymbolSet(RgxGenProperties properties) DefaultNodeCreator.unicodeCharacterClassSymbolSet(String pattern, UnicodeCategory unicodeCategory, MatchType matchType) DefaultNodeCreator.unicodeSymbolSet(String pattern, RgxGenCharsDefinition positiveMatchDefinitions, RgxGenCharsDefinition negativeMatchDefinitions, MatchType matchType) -
Uses of SymbolSet in com.github.curiousoddman.rgxgen.visitors
Methods in com.github.curiousoddman.rgxgen.visitors with parameters of type SymbolSetModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidprotected voidNotMatchingGenerationVisitor.visitSymbolSet(SymbolSet node, Function<SymbolSet, SymbolSetIndexer> indexerFunction) Method parameters in com.github.curiousoddman.rgxgen.visitors with type arguments of type SymbolSetModifier and TypeMethodDescriptionprotected voidNotMatchingGenerationVisitor.visitSymbolSet(SymbolSet node, Function<SymbolSet, SymbolSetIndexer> indexerFunction) -
Uses of SymbolSet in com.github.curiousoddman.rgxgen.visitors.helpers
Constructors in com.github.curiousoddman.rgxgen.visitors.helpers with parameters of type SymbolSet