Uses of Class
com.github.curiousoddman.rgxgen.nodes.SymbolSet.TYPE
-
Packages that use SymbolSet.TYPE Package Description com.github.curiousoddman.rgxgen.nodes -
-
Uses of SymbolSet.TYPE in com.github.curiousoddman.rgxgen.nodes
Methods in com.github.curiousoddman.rgxgen.nodes that return SymbolSet.TYPE Modifier and Type Method Description static SymbolSet.TYPESymbolSet.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static SymbolSet.TYPE[]SymbolSet.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.curiousoddman.rgxgen.nodes with parameters of type SymbolSet.TYPE Constructor Description SymbolSet(String pattern, Character[] symbols, SymbolSet.TYPE type)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
-