| Package | Description |
|---|---|
| regexcompiler |
| Modifier and Type | Method and Description |
|---|---|
RegexOperator.OperatorType |
RegexOperator.getOperatorType() |
static RegexOperator.OperatorType |
RegexOperator.OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexOperator.OperatorType[] |
RegexOperator.OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RegexOperator(RegexOperator.OperatorType operatorType,
int index) |
RegexQuantifiableOperator(RegexOperator.OperatorType operatorType,
RegexQuantifiableOperator.QuantifierType quantifierType,
int index) |
Copyright © 2021. All rights reserved.