PhpParser\Parser\Php7::reduceRule321 PHP Method

reduceRule321() protected method

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