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

reduceRule472() 보호된 메소드

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