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

reduceRule343() 보호된 메소드

protected reduceRule343 ( )
    protected function reduceRule343() {
         $this->semValue = new Expr\Ternary($this->semStack[$this->stackPos-(4-1)], null, $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
    }
Php7