Sets the method's value
FunctionExpression $value Method's value:
$this
public function setValue(FunctionExpression $value) { $this->value = $value; return $this; }