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

reduceRule292() 보호된 메소드

protected reduceRule292 ( )
    protected function reduceRule292() {
         $this->semValue = new Expr\AssignRef($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
    }
Php5