505152535455565758
} } @Override public void swapOperands() { ExpressionNode temp = leftOperand; leftOperand = rightOperand; rightOperand = temp; }