Sets the value.
Node\Expr|string|int $value:
$this
public function setValue($value) { $this->value = BuilderHelpers::normalizeValue($value); return $this; }