PhpParser\Parser\Php7::reduceRule257 PHP Method

reduceRule257() protected method

protected reduceRule257 ( )
    protected function reduceRule257() {
         $this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$this->stackPos-(4-1)][0], $this->semStack[$this->stackPos-(4-1)][1], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
    }
Php7