|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.PatternExprBase
net.esper.client.soda.PatternFollowedByExpr
public class PatternFollowedByExpr
Followed-by for use in pattern expressions.
Constructor Summary | |
---|---|
PatternFollowedByExpr()
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternFollowedByExpr(PatternExpr first,
PatternExpr second,
PatternExpr... patternExprs)
Ctor. |
Method Summary | |
---|---|
PatternFollowedByExpr |
add(PatternExpr expr)
Adds a pattern expression to the followed-by relationship between patterns. |
void |
toEQL(StringWriter writer)
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in language syntax. |
Methods inherited from class net.esper.client.soda.PatternExprBase |
---|
addChild, getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternFollowedByExpr()
public PatternFollowedByExpr(PatternExpr first, PatternExpr second, PatternExpr... patternExprs)
first
- a first pattern expression in the followed-by relationshipsecond
- a second pattern expression in the followed-by relationshippatternExprs
- further optional pattern expressions in the followed-by relationshipMethod Detail |
---|
public PatternFollowedByExpr add(PatternExpr expr)
expr
- to add
public void toEQL(StringWriter writer)
PatternExpr
writer
- is the output to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |