parse (); if (!$result) { throw new Parser_Exception ("An error occured during data parsing."); } } } function setExpression ($expression) { $this->expression = $expression; } function getExpression () { return $this->expression; } }