public interface ExprBetweenNode extends ExprNode, ExprEvaluator
Modifier and Type | Method and Description |
---|---|
boolean |
isHighEndpointIncluded()
Returns true if the high endpoint is included, false if not
|
boolean |
isLowEndpointIncluded()
Returns true if the low endpoint is included, false if not
|
boolean |
isNotBetween()
Returns true for inverted range, or false for regular (openn/close/half-open/half-closed) ranges.
|
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
validate
evaluate, getType
boolean isLowEndpointIncluded()
boolean isHighEndpointIncluded()
boolean isNotBetween()