Sets the optional flag that is true if the node is in the optional part of a chain expression
bool $optional Optional flag:
$this
public function setOptional($optional) { $this->optional = (bool) $optional; return $this; }