PhpParser\Parser\Php7::reduceRule89 PHP Method

reduceRule89() protected method

protected reduceRule89 ( )
    protected function reduceRule89() {
         $this->semValue = new Stmt\Namespace_($this->semStack[$this->stackPos-(3-2)], null, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes); $this->checkNamespace($this->semValue);
    }
Php7