Package | Description |
---|---|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
static RegexNFATypeEnum |
RegexNFATypeEnum.fromString(String code,
String reluctantQuestion)
Inspect code and return enum for code.
|
RegexNFATypeEnum |
RowRegexExprNodeNested.getType()
Returns multiplicity and greedy.
|
RegexNFATypeEnum |
RowRegexExprNodeAtom.getType()
Returns multiplicity and greedy indicator.
|
static RegexNFATypeEnum |
RegexNFATypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexNFATypeEnum[] |
RegexNFATypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RowRegexExprNodeAtom(String tag,
RegexNFATypeEnum type,
RowRegexExprRepeatDesc optionalRepeat)
Ctor.
|
RowRegexExprNodeNested(RegexNFATypeEnum type,
RowRegexExprRepeatDesc optionalRepeat) |