* @internal
public function toDoctrine() : self { $self = new self($this->unescapeStrings, $this->quoteAwareConstExprString, [ 'lines' => $this->useLinesAttributes, 'indexes' => $this->useIndexAttributes, ]); $self->parseDoctrineStrings = true; return $self; }