PhpParser\Parser\Php7::reduceRule336 PHP Method

reduceRule336() protected method

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