Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeRegExRepeat |
MatchRecognizeRegExNested.getOptionalRepeat()
Returns the repetition
|
MatchRecognizeRegExRepeat |
MatchRecognizeRegExAtom.getOptionalRepeat()
Returns the repetition if any is defined
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeRegExNested.setOptionalRepeat(MatchRecognizeRegExRepeat optionalRepeat)
Sets the repetition
|
void |
MatchRecognizeRegExAtom.setOptionalRepeat(MatchRecognizeRegExRepeat optionalRepeat)
Sets the repetition.
|
Constructor and Description |
---|
MatchRecognizeRegExAtom(String name,
MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor.
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor.
|