PhpParser\Parser\Php5::reduceRule91 PHP Method

reduceRule91() protected method

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