PhpParser\Parser\Php5::reduceRule307 PHP Méthode

reduceRule307() protected méthode

protected reduceRule307 ( )
    protected function reduceRule307() {
         $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);
    }
Php5