public function __construct(string $nameAsReferencedInFile, int $startPointer, int $endPointer, string $type) { $this->nameAsReferencedInFile = $nameAsReferencedInFile; $this->startPointer = $startPointer; $this->endPointer = $endPointer; $this->type = $type; }