PhpParser\Parser\Php5::reduceRule469 PHP Method

reduceRule469() protected method

protected reduceRule469 ( )
    protected function reduceRule469() {
         $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);
    }
Php5