com.espertech.esper.epl.expression
Interface ExprInNode

All Superinterfaces:
ExprEvaluator, ExprNode, ExprValidator, MetaDefItem, java.io.Serializable
All Known Implementing Classes:
ExprInNodeImpl

public interface ExprInNode
extends ExprNode, ExprEvaluator

Represents the in-clause (set check) function in an expression tree.


Method Summary
 boolean isNotIn()
           
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprNode
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toExpressionString
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprValidator
validate
 
Methods inherited from interface com.espertech.esper.epl.expression.ExprEvaluator
evaluate, getType
 

Method Detail

isNotIn

boolean isNotIn()

© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com