PhpParser\Parser\Php7::reduceRule245 PHP Method

reduceRule245() protected method

protected reduceRule245 ( )
    protected function reduceRule245() {
         $this->semValue = new Stmt\StaticVar(substr($this->semStack[$this->stackPos-(1-1)], 1), null, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php7