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

reduceRule371() 보호된 메소드

protected reduceRule371 ( )
    protected function reduceRule371() {
         $this->semValue = new Expr\New_($this->semStack[$this->stackPos-(3-2)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php7