Uses of Class
com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Packages that use MatchRecognizeRegEx
Package
Description
This package defines the Esper statement object model.
-
Uses of MatchRecognizeRegEx in com.espertech.esper.common.client.soda
Subclasses of MatchRecognizeRegEx in com.espertech.esper.common.client.sodaModifier and TypeClassDescriptionclass
Interface representing an expression for use in match-recognize.class
Atom representing an expression for use in match-recognize.class
Interface representing an expression for use in match-recognize.class
Atom representing an expression for use in match-recognize.class
Interface representing a permutation expression for use in match-recognize.class
For use in match recognize pattern expression as a placeholder to represent its child nodes.Methods in com.espertech.esper.common.client.soda that return MatchRecognizeRegExMethods in com.espertech.esper.common.client.soda that return types with arguments of type MatchRecognizeRegExMethods in com.espertech.esper.common.client.soda with parameters of type MatchRecognizeRegExModifier and TypeMethodDescriptionvoid
MatchRecognizeClause.setPattern
(MatchRecognizeRegEx pattern) Sets regex-pattern.Method parameters in com.espertech.esper.common.client.soda with type arguments of type MatchRecognizeRegExModifier and TypeMethodDescriptionvoid
MatchRecognizeRegEx.setChildren
(List<MatchRecognizeRegEx> children) Set child nodes.