| Package | Description |
|---|---|
| com.github.curiousoddman.rgxgen.nodes |
| Modifier and Type | Method and Description |
|---|---|
static SymbolSet.TYPE |
SymbolSet.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.
|
| Constructor and Description |
|---|
SymbolSet(String pattern,
Character[] symbols,
SymbolSet.TYPE type) |
SymbolSet(String pattern,
Collection<SymbolSet.SymbolRange> symbolRanges,
Character[] symbols,
SymbolSet.TYPE type)
Create SymbolSet from ranges and symbols according to type
|
SymbolSet(String pattern,
Collection<SymbolSet.SymbolRange> symbolRanges,
SymbolSet.TYPE type) |
Copyright © 2022. All rights reserved.