public function visitaSoma(Soma $soma) { echo " + "; echo "("; $soma->getEsquerda()->aceita($this); $soma->getDireita()->aceita($this); echo ")"; }