public final class OrNode extends AbstractBinaryOperatorNode
EMPTY_NODE
Constructor and Description |
---|
OrNode(AbstractOperatorNode leftOperand,
AbstractOperatorNode rightOperand)
Constructs a new OR node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getLeftOperand, getRightOperand
and, or
public OrNode(AbstractOperatorNode leftOperand, AbstractOperatorNode rightOperand)
leftOperand
- the left OR operandrightOperand
- the right OR operandpublic boolean equals(Object o)
equals
in class AbstractBinaryOperatorNode
public int hashCode()
hashCode
in class AbstractBinaryOperatorNode
Copyright © 2004–2022 XWiki. All rights reserved.