PhpParser\Parser\Php5::reduceRule390 PHP Method

reduceRule390() protected method

protected reduceRule390 ( )
    protected function reduceRule390() {
         $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);
    }
Php5