public class RegexQuantifiableOperator extends RegexOperator
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexQuantifiableOperator.QuantifierType |
static class |
RegexQuantifiableOperator.RegexPlusOperator |
static class |
RegexQuantifiableOperator.RegexQuestionMarkOperator |
static class |
RegexQuantifiableOperator.RegexStarOperator |
RegexOperator.OperatorType, RegexOperator.RegexJoinOperator, RegexOperator.RegexUnionOperatorRegexToken.TokenType| Constructor and Description |
|---|
RegexQuantifiableOperator(RegexOperator.OperatorType operatorType,
RegexQuantifiableOperator.QuantifierType quantifierType,
int index) |
| Modifier and Type | Method and Description |
|---|---|
RegexQuantifiableOperator.QuantifierType |
getQuantifierType() |
String |
toString() |
getIndex, getIsBinaryOperator, getOperatorType, getTokenTypepublic RegexQuantifiableOperator(RegexOperator.OperatorType operatorType, RegexQuantifiableOperator.QuantifierType quantifierType, int index)
public RegexQuantifiableOperator.QuantifierType getQuantifierType()
public String toString()
toString in class RegexOperatorCopyright © 2021. All rights reserved.