#[\ReturnTypeWillChange]
public function getNamespaceName() { return $this->staticReflectionParser->
getNamespaceName();
} /**
* @return string[]
*/
public function getUseStatements() { return $this->staticReflectionParser->
getUseStatements();
} /**
* {@inheritDoc}
*/
#[\ReturnTypeWillChange]
public function getMethod($name) { throw new ReflectionException('Method not implemented'
);
}