|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.PatternExprBase
public abstract class PatternExprBase
Abstract base class for all pattern expressions.
Constructor Summary | |
---|---|
protected |
PatternExprBase()
Ctor. |
Method Summary | |
---|---|
protected void |
addChild(PatternExpr expression)
Adds a sub-expression to the pattern expression. |
List<PatternExpr> |
getChildren()
Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.espertech.esper.client.soda.PatternExpr |
---|
toEPL |
Constructor Detail |
---|
protected PatternExprBase()
Method Detail |
---|
public List<PatternExpr> getChildren()
PatternExpr
getChildren
in interface PatternExpr
protected void addChild(PatternExpr expression)
expression
- to add
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |