Uses of Class
com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Package
Description
This package defines the Esper statement object model.
-
Uses of MatchRecognizeRegExRepeat in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionMatchRecognizeRegExAtom.getOptionalRepeat()
Returns the repetition if any is definedMatchRecognizeRegExNested.getOptionalRepeat()
Returns the repetitionModifier and TypeMethodDescriptionvoid
MatchRecognizeRegExAtom.setOptionalRepeat
(MatchRecognizeRegExRepeat optionalRepeat) Sets the repetition.void
MatchRecognizeRegExNested.setOptionalRepeat
(MatchRecognizeRegExRepeat optionalRepeat) Sets the repetitionModifierConstructorDescriptionMatchRecognizeRegExAtom
(String name, MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat) Ctor.MatchRecognizeRegExNested
(MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat) Ctor.