PhpParser\Parser\Php5::reduceRule450 PHP Method

reduceRule450() protected method

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