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