BinaryOperatorNodepublic interface BinaryOperatorNode implements OperatorNodeContract for nodes representing binary operators. |
Methods Summary |
---|
public Node | getLeftHandOperand()Retrieves the left-hand operand of the operator.
| public Node | getRightHandOperand()Retrieves the right-hand operand of the operator.
|
|