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

reduceRule297() 보호된 메소드

protected reduceRule297 ( )
    protected function reduceRule297() {
         $this->semValue = new Expr\AssignOp\Minus($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5