PhpParser\Parser\Php5::reduceRule296 PHP Method

reduceRule296() protected method

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