PhpParser\Parser\Php7::reduceRule90 PHP Method

reduceRule90() protected method

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