| Package | Description |
|---|---|
| regexcompiler |
| Modifier and Type | Method and Description |
|---|---|
RegexEscapedSymbol.RegexEscapedSymbolType |
RegexEscapedSymbol.getRegexEscapedSymbolType() |
static RegexEscapedSymbol.RegexEscapedSymbolType |
RegexEscapedSymbol.RegexEscapedSymbolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexEscapedSymbol.RegexEscapedSymbolType[] |
RegexEscapedSymbol.RegexEscapedSymbolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RegexEscapedSymbol(String escapedContent,
RegexEscapedSymbol.RegexEscapedSymbolType escapedSymbolType,
int index) |
Copyright © 2021. All rights reserved.