PhpParser\Parser\Php7::reduceRule304 PHP Method

reduceRule304() protected method

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