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

reduceRule369() 보호된 메소드

protected reduceRule369 ( )
    protected function reduceRule369() {
         $this->semValue = new Expr\Yield_(null, null, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php5