PhpParser\Parser\Php7::reduceRule305 PHP Method

reduceRule305() protected method

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