public interface ExprBetweenNode extends ExprNode
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, getForge, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes
toEPL
validate
boolean isLowEndpointIncluded()
boolean isHighEndpointIncluded()
boolean isNotBetween()