PhpParser\Parser\Php7::reduceRule326 PHP Method

reduceRule326() protected method

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