Uses of Class
com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Packages that use MatchRecognizeRegExRepeat
Package
Description
This package defines the Esper statement object model.
-
Uses of MatchRecognizeRegExRepeat in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return MatchRecognizeRegExRepeatModifier and TypeMethodDescriptionMatchRecognizeRegExAtom.getOptionalRepeat()
Returns the repetition if any is definedMatchRecognizeRegExNested.getOptionalRepeat()
Returns the repetitionMethods in com.espertech.esper.common.client.soda with parameters of type MatchRecognizeRegExRepeatModifier and TypeMethodDescriptionvoid
MatchRecognizeRegExAtom.setOptionalRepeat
(MatchRecognizeRegExRepeat optionalRepeat) Sets the repetition.void
MatchRecognizeRegExNested.setOptionalRepeat
(MatchRecognizeRegExRepeat optionalRepeat) Sets the repetitionConstructors in com.espertech.esper.common.client.soda with parameters of type MatchRecognizeRegExRepeatModifierConstructorDescriptionMatchRecognizeRegExAtom
(String name, MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat) Ctor.MatchRecognizeRegExNested
(MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat) Ctor.