Uses of Class
com.espertech.esper.common.client.soda.PatternFollowedByExpr
Package
Description
This package defines the Esper statement object model.
-
Uses of PatternFollowedByExpr in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionPatternFollowedByExpr.add
(PatternExpr expr) Adds a pattern expression to the followed-by relationship between patterns.static PatternFollowedByExpr
Patterns.followedBy()
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.static PatternFollowedByExpr
Patterns.followedBy
(PatternExpr first, PatternExpr second, PatternExpr... more) Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.