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

reduceRule84() 보호된 메소드

protected reduceRule84 ( )
    protected function reduceRule84() {
         $this->semValue = new Name($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php7