PhpParser\Parser\Php7::reduceRule257 PHP 메소드

reduceRule257() 보호된 메소드

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