PhpParser\Parser\Php5::reduceRule329 PHP 메소드

reduceRule329() 보호된 메소드

protected reduceRule329 ( )
    protected function reduceRule329() {
         $this->semValue = new Expr\UnaryPlus($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php5