PhpParser\Parser\Php7::reduceRule488 PHP Method

reduceRule488() protected method

protected reduceRule488 ( )
    protected function reduceRule488() {
         $this->semValue = new Expr\Variable(substr($this->semStack[$this->stackPos-(1-1)], 1), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php7