Sets the expression flag
bool $expression Expression flag:
$this
public function setExpression($expression) { $this->expression = (bool) $expression; return $this; }