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

reduceRule385() 보호된 메소드

protected reduceRule385 ( )
    protected function reduceRule385() {
         list($class, $ctorArgs) = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = new Expr\New_($class, $ctorArgs, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php5