PhpParser\Parser\Php7::reduceRule290 PHP Method

reduceRule290() protected method

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