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

reduceRule249() 보호된 메소드

protected reduceRule249 ( )
    protected function reduceRule249() {
         $this->semValue = new Stmt\Property($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes); $this->checkProperty($this->semValue, $this->stackPos-(3-1));
    }
Php7