public function getSourceContext() : ?Source { return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null; }