public String toString() { return "(" + _left.toString() + " " + _opcode.toString() + " " + _right.toString() + ")"; }