PhpParser\Parser\Php5::reduceRule452 PHP Method

reduceRule452() protected method

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