PhpParser\Parser\Php7::reduceRule307 PHP Method

reduceRule307() protected method

protected reduceRule307 ( )
    protected function reduceRule307() {
         $this->semValue = new Expr\PreInc($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php7