Sets the start position of the node in the source code
Position $position Start position:
$this
public function setStartPosition(Position $position) { $this->location->start = $position; return $this; }