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

reduceRule293() 보호된 메소드

protected reduceRule293 ( )
    protected function reduceRule293() {
         $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