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

reduceRule345() 보호된 메소드

protected reduceRule345 ( )
    protected function reduceRule345() {
         $this->semValue = new Expr\Ternary($this->semStack[$this->stackPos-(5-1)], $this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
    }
Php5