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

reduceRule92() 보호된 메소드

protected reduceRule92 ( )
    protected function reduceRule92() {
         $this->semValue = new Stmt\Use_($this->semStack[$this->stackPos-(3-2)], Stmt\Use_::TYPE_NORMAL, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5