public final class GreaterThanNode extends AbstractBinaryOperatorNode
EMPTY_NODE
Constructor and Description |
---|
GreaterThanNode(AbstractValueNode leftOperand,
AbstractValueNode rightOperand)
Constructs a new ">=" node.
|
GreaterThanNode(AbstractValueNode leftOperand,
AbstractValueNode rightOperand,
boolean orEquals)
Constructs a new "<=" node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isOrEquals() |
String |
toString() |
getLeftOperand, getRightOperand
and, or
public GreaterThanNode(AbstractValueNode leftOperand, AbstractValueNode rightOperand)
leftOperand
- the left operandrightOperand
- the right operandpublic GreaterThanNode(AbstractValueNode leftOperand, AbstractValueNode rightOperand, boolean orEquals)
leftOperand
- the left operandrightOperand
- the right operandorEquals
- true if it's a greater or equals, false if it's only lesserpublic boolean isOrEquals()
public boolean equals(Object o)
equals
in class AbstractBinaryOperatorNode
public int hashCode()
hashCode
in class AbstractBinaryOperatorNode
Copyright © 2004–2022 XWiki. All rights reserved.