void composeOp(StringBuffer buffer, Operator op) { buffer.write(op == Operator.division ? '/' : '.'); }