|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.ExpressionBase
public abstract class ExpressionBase
Base expression.
Constructor Summary | |
---|---|
protected |
ExpressionBase()
Ctor. |
Method Summary | |
---|---|
protected void |
addChild(Expression expression)
Adds a new child expression to the current expression. |
List<Expression> |
getChildren()
Returns the list of sub-expressions to the current expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.esper.client.soda.Expression |
---|
toEQL |
Constructor Detail |
---|
protected ExpressionBase()
Method Detail |
---|
public List<Expression> getChildren()
getChildren
in interface Expression
protected void addChild(Expression 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 |