com.espertech.esper.epl.expression.ops
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()
           
 void validateWithoutContext()
           
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprNode
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprValidator
validate
 
Methods inherited from interface com.espertech.esper.epl.expression.core.ExprEvaluator
evaluate, getType
 

Method Detail

isNotIn

boolean isNotIn()

validateWithoutContext

void validateWithoutContext()
                            throws ExprValidationException
Throws:
ExprValidationException

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