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