public interface ExprEqualsNode extends ExprNode
Modifier and Type | Method and Description |
---|---|
boolean |
isIs()
Returns true if this is a "IS" or "IS NOT" node, false if this is a EQUALS or NOT EQUALS node.
|
boolean |
isNotEquals()
Returns true if this is a NOT EQUALS node, false if this is a EQUALS node.
|
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getForge, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes
toEPL
validate
boolean isNotEquals()
boolean isIs()