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

reduceRule450() protected méthode

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