PhpParser\Parser\Php7::reduceRule323 PHP Method

reduceRule323() protected method

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