PhpParser\Parser\Php7::reduceRule302 PHP Method

reduceRule302() protected method

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