Uses of Class
com.github.curiousoddman.rgxgen.nodes.SymbolSet.SymbolRange
-
Packages that use SymbolSet.SymbolRange Package Description com.github.curiousoddman.rgxgen.nodes -
-
Uses of SymbolSet.SymbolRange in com.github.curiousoddman.rgxgen.nodes
Fields in com.github.curiousoddman.rgxgen.nodes declared as SymbolSet.SymbolRange Modifier and Type Field Description static SymbolSet.SymbolRangeSymbolSet.SymbolRange. CAPITAL_LETTERSstatic SymbolSet.SymbolRangeSymbolSet.SymbolRange. DIGITSstatic SymbolSet.SymbolRangeSymbolSet.SymbolRange. SMALL_LETTERSConstructor parameters in com.github.curiousoddman.rgxgen.nodes with type arguments of type SymbolSet.SymbolRange Constructor Description SymbolSet(String pattern, Collection<SymbolSet.SymbolRange> symbolRanges, SymbolSet.TYPE type)SymbolSet(String pattern, Collection<SymbolSet.SymbolRange> symbolRanges, Character[] symbols, SymbolSet.TYPE type)Create SymbolSet from ranges and symbols according to type
-