PhpParser\Parser\Php7::reduceRule377 PHP Method

reduceRule377() protected method

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