PhpParser\Parser\Php7::reduceRule335 PHP Method

reduceRule335() protected method

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